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
- custom domain on self host Appwrite
I am having a issue, i am using self host version of appwrite at my custom domain (appwrite.example.com), but when i tried adding a custom domain (project1.exam...
- Deployment fails after 15+ minutes: "Wai...
Hi, I'm Jayden. My email is jaydthom@haverford.org, and i'm having persistent deployment failures with my Next.js project. What happens: Push to GitHub trigg...
- 1.9 Upgrade Issues (Creating Logs Table)
The upgrade seemingly completed without a hitch, I almost gave the credit on how seamless it was, until appwrite refused to come back up and is now completely b...