Hello,
I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong.
- If I initiate the migration from Cloud, it fails instantly without any useful logs.
- If I initiate the migration from Self-Hosted, it shows an "invalid API key" error when listing resources before migrating.
I've just updated my Self-Hosted instance to 1.9.1. Given that I don't have much logs, I'm not sure what information I could add. This is all I see when it fails instantly from Cloud:
{
"$id": "69d8c9e14612ada932fa",
"$createdAt": "2026-04-10T09:58:57.287+00:00",
"$updatedAt": "2026-04-10T09:58:57.936+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"
],
"resourceId": "",
"statusCounters": [],
"resourceData": [],
"errors": [],
"options": []
}
And the destination project ID: 69d8c9b60011bf0e3ba6
Has this issue be seen already?
Thanks
Recommended threads
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- Some pages on the console are not workin...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). I identified that some pages are not working on the console. This is at least the case ...