Skip to content
Back

Migration issue cloud to cloud

  • 0
  • Cloud
Aaruul
10 Aug, 2025, 04:20

I migrated between two Appwrite Cloud projects, transferring only the database. All collections and attributes were created, but some documents were not migrated.

Total documents: 165/188

TL;DR
Developers encountered a migration issue while transferring data between two Appwrite Cloud projects. Most resources were successfully migrated, but some documents did not transfer, resulting in an error code 500 related to bound variables. Check compatibility issues between the source and destination databases.
Aaruul
10 Aug, 2025, 04:21

{ "$id": "689819d0c367acf4e1c3", "$createdAt": "2025-08-10T04:02:24.801+00:00", "$updatedAt": "2025-08-10T04:03:04.149+00:00", "status": "failed", "stage": "finished", "source": "Appwrite", "destination": "Appwrite", "resources": [ "database", "collection", "attribute", "index", "document" ], "resourceId": "", "statusCounters": { "database": { "pending": 0, "success": 1, "error": 0, "skip": 0, "processing": 0, "warning": 0 }, "collection": { "pending": 0, "success": 12, "error": 0, "skip": 0, "processing": 0, "warning": 0 }, "attribute": { "pending": 0, "success": 56, "error": 0, "skip": 0, "processing": 0, "warning": 0 }, "document": { "pending": 0, "success": 187, "error": 1, "skip": 0, "processing": 0, "warning": 0 } }, "resourceData": [], "errors": [ { "code": 500, "message": "SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens" } ] }

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more