Rank 4: Virtual Machine
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?