Hello everyone, is there any chance of migrating an old 1.5 selfhosted instance to the cloud? I tried with migrate but always encounter the error: "Couldnt load resources". Any idea how to fix?
my guess is that the versions are too much different, try to upgrade your self-hosted to 1.9.x then migrate to cloud (backup your data before upgrading the self-hosted) https://appwrite.io/docs/advanced/self-hosting/production/updates
else you can try to make your own script to extract all the data with the 1.5.x syntax then make another script to import in cloud using the 1.9.x syntax
Recommended threads
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...