We were using Appwrite self-hosted (old version, 1.5.10) for some time but made the switch to Cloud now and want to migrate our data over.
Since the version jump is quite big, I was not expecting everything to go smoothly and wanted to ask you for help. It seem that I need to manually create the $createdAt attribute before migrating? This is the migration output:
{
"code": 0,
"message": "Invalid document structure: Missing required attribute \"$createdAt\""
},
But also for some other attributes that are normal Integers (e.g. duration) and should be moved over without a problem i get an unknown attribute. This me be a downstream error tho.
{
"code": 0,
"message": "Invalid document structure: Unknown attribute: \"duration\""
},
I attached a screenshot from the console of my project with Appwrite version 1.5.10. I was not involved in our local setup, so I can only really judge the output of the Migrations command.
Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Create a new paid tier
Current pricing seems reasonable enough about what is someone getting for 25$. But for some people most of these resouces are getting wasted. Like the bandwidt...