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
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...