
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
- Self Hosting Error Cannot Create Default...
Just installed appwrite and upon doing an initial sign up for the default user it errors out with ```NetworkError when attempting to fetch resource.```
- Changing Default Port (appwrite:1.7.2)
Hello! I am trying to run appwrite locally to test things out and i wanted to change the default ports. I have seen this post https://discord.com/channels/56416...
- Request: Increase 1,000-Team Membership ...
For a small project, it’s necessary (regardless of any impact on performance or the like) for a user to have more than 1,000 team memberships. I can create the ...
