I am trying to migrate my Appwrite to the cloud however it keeps failing.
Errors in the Appwrite cloud logs say:
{ "$id": "6a4a0b2767ba6cf5348f", "$createdAt": "2026-07-05T07:43:35.425+00:00", "$updatedAt": "2026-07-05T07:43:36.828+00:00", "status": "failed", "stage": "finished", "source": "Appwrite", "destination": "Appwrite", "resources": [ "user", "team", "membership", "database", "table", "column", "index", "row", "bucket", "file", "function", "environment-variable", "deployment", "site", "site-variable", "site-deployment", "provider", "topic", "subscriber", "message", "backup-policy" ], "resourceId": "", "statusCounters": [], "resourceData": [], "errors": [ { "code": 500, "message": "Migration failed due to an unexpected error.", "resourceName": "", "resourceGroup": "", "resourceId": null } ], "options": { "onDuplicate": "fail" } }
Please help me, is this a verison issue?
Unable to Migrate from Selfhosted 1.9.5 to SYD Cloud
I used cli and fixed it so all good
ooo, so cli worked but issue still remains via the console?
Yep correct
looks like some console issue? cc <@818812780630507521> if u can take a quick look ๐
Thanks for looking into it : )
Recommended threads
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...
- Custom domain for Google Auth
Hello! I connected my custom domain to my Appwrite project, but I can't get the Google login/consent screen to show my domain instead of the Appwrite domain. I...