We've fallen far behind in upgrading our self-hosted Appwrite instance (0.12). What would the minimum recommended version for a self-hosted instance be before migrating to cloud Appwrite?
As of now there is no automatic way for migrating self-hosted Appwrite to the cloud.
Or you meant something else?
And, If you just want to match the cloud version. It is 1.1.2
Thank you for the reply. I understand that I'd have to do a migration manually as per https://discord.com/channels/564160730845151244/1091160771536371802
I also assume the safest way would be to upgrade my self-hosted instance version-by-version up to 1.1.2. I'm just wondering if I could skip a few upgrades and stop at, say, 1.0 or even an earlier version without running into major issues or loss of functionality and if this minimum version was already known by anyone in the community. I'll report back if we go through with the migration about our experiences with the process.
I'll recommend to run full backup for everything.
Then according to Appwrite files you're able to run upgrade then migrate as follows 0.12 0.13.4 0.14.2 0.15.3 1.0.3 1.1.2 1.2.1 1.3.0 1.3.3
Be sure to run migration each time
I've made the list up to the stable. But if want to compatible with the cloud you can stop at 1.1.2
Great, thanks very much for this list!
Recommended threads
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...