Hi. I’m migrating my VPS, and I followed one document about how to migrate docker containers. I deployed appwrite in my new server, but I lost all the data. How can I import the data from the old to the new server? The more important for recover is database and collections
You can try to use this gist
https://gist.github.com/Meldiron/47b5851663668102a676aff43c6341f7
Hi - also adding this for ref https://dev.to/appwrite/appwrite-in-production-backups-and-restores-4beg
Hey I have just uploaded the code I'm using to sync my appwrite instances, it sync databases, collections, attributes indexes and documents
would be good to have any feedback
Thank you for sharing this! Definitely going to pass this to my team ❤️
Recommended threads
- hi guys! my site is not accesible in my ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...