Devops and migration schemas management for production
- 0
- 2
- Databases
- General
- Tools
- Cloud
- Self Hosted
Anyone has suggestions on migration management with appwrite
I am going to have one app that will have different isolated deployment. So I need to have updated changes for example script or whatever to apply to different appwrite database projects.
One option is manual updating on console but if i have many more it will be painful.
Something generated script to click to apply production appwrite schema to different projects
<:appwritepeepo:1156975874852270110>
<:appwritepeepo:1156975874852270110>
<:appwritepeepo:1156975874852270110>
Can you use the cli tool and the appwrite.json file?
yes that is very helpful tool. if in production we have production data. and there is changes in schema. is it safe to use appwrite push to datababae?
I think it should be fine, but it doesn't look like it uses transacations so I guess you could get into an instance where some items deploy but not everything.
if it already production, and you have alot of changes need to deploy like V2 . what step are you taking into actions? if it were to be raw sql, I generate changed script to apply. but i cannot find pratical way in appwrite document mentioned
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Getting current user has been blocked
Getting current user has been blocked error while signing in the appwrite console. Got this during I am testing with the my saas web project. Please help to unb...