It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1.
Is that safe to do cause my clients already have data on that?
Also is all my project in 1.7.4 version will be affected when I make upgrading?
What is the right step to upgrade, I doing it now by changing the number on docker compose on it.
I am using coolify to self host my appwrite database
iirc it's better to upgrade to the latest patch, migrate, then update to the next minor version and first patch (so 1.8.0), migrate, then update the patch version again
so if there is 1.7.5 update first to that before, then 1.8.0, then 1.8.1
you can check this link for upgrade path : https://appwrite.io/docs/advanced/self-hosting/production/updates
Recommended threads
- THE COLUMNS STUCK ON PROCESSING HOW DO I...
I HAVE SELF HOSTED THE APPWRITE ON VPS
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...