OdinOriginal post
Web Developer
I am trying to migrate my data from supabase top appwrite using their migration tool, but I am getting this error every time:
Plain text
"$id": "68cdb869bb7bb07d68d8", "$createdAt": "2025-09-19T20:09:13.768+00:00", "$updatedAt": "2025-09-19T20:09:21.055+00:00", "status": "failed", "stage": "finished", "source": "Supabase", "destination": "Appwrite", "resources": [ "user", "database" ], "resourceId": "", "statusCounters": { "user": { "pending": 0, "success": 0, "error": 0, "skip": 18, "processing": 0, "warning": 0 }, "database": { "pending": 0, "success": 0, "error": 1, "skip": 0, "processing": 0, "warning": 0 } }, "resourceData": [], "errors": [ { "code": 0, "message": "Invalid document structure: Missing required attribute \"$createdAt\"" } ]}```
Does anyone know how to fix this?Summary
Error encountered while migrating from Supabase due to appwrite using `$createdAt` which is a reserved field. User confirms using cloud.