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
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...
- 1.8.1 - Databases - inline updating a ro...
When updating a database field via the inline edit method, the `$updatedAt` column does not get updated. Only if the row is updated by the "Update" interface (t...