
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
- Unable to Create Relation Attribute in A...
Hello, I’m running a self-hosted Appwrite v1.7.4 instance on my server. I want to create a relation attribute between two collections in the console, but the co...
- Having permission issues with imported s...
Hello, I have my self hosted project on a server, and i wanted to import the schema to my local machine dev instance so I used the json file from the server ...
- CLI Error: Email and URL Field Types Not...
CLI throws "Unsupported attribute type: email" when pushing tables with `email` or `url` field types. Environment - CLI: appwrite-cli (npx) - Region: NYC Cloud...
