Hello,
I have a database that is currently used in production with lots of data in it. I would like to create a dev database with the same content to test out some new features.
If the new features pan out, the dev DB will be marked as the prod_v2 the old prod_DB will be archived.
Is there a quick way to do this that does not involve reading each document from the prod db and then uploading it to the dev db ? There are many entries and it will take too long.
I tried to export the DB contents using the cli but I cannot find the right command to export all contents to a file.
Additionally, can I perform DB operations on the DB locally and then push the modified DB to the server ? It would be faster than sending millions of HTTP requests to a server.
Recommended threads
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...