I am currently exploring the integration of Appwrite into a mobile application I'm developing using Flutter. Appwrite appears to offer a comprehensive suite of features that aligns with my project requirements. However, I am having one concern which I am not able to find an answer for. As the documentation suggests, importing database structural changes from one environment to another(for example from "dev" to "staging') seems to necessitate the creation of a script for repopulating or resynchronising the database, as the existing data would otherwise be erased. This leads me to two critical inquiries:
- Is the recommended approach to manage this migration via the Command Line Interface (CLI), which involves deleting the existing database and subsequently repopulating it? If there are alternative methods, I would appreciate any suggestions or best practices.
- How feasible is this approach in a production environment, particularly in terms of migrating content while the application is actively being used?
Recommended threads
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...