I am working on setting up a staging (develop) database separate from production and figured out how to use the CLI which gets the current structure for my DB, with collections, and attribute settings / permissions per each collection.
Is there a way to get ALL the data from production DB and push that to the new DB I am creating?
Is there a way to sync them up or would I have to create a custom script for that?
You can use the migration feature: https://appwrite.io/docs/advanced/migrations/cloud
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...