I am currently trying to migrate my Appwrite project from Self-hosted (DigitalOcean) to Appwrite Cloud.
I started a migration a few days ago with literally everything: users, functions, storage and database.
Users and storage went perfect.
Functions it at least created the functions, I just have to deploy them again manually (no problem for me, it’s only 5 functions, that’s not the big issue I’m facing).
And for the databases, it did create all the collections and attributes. But the documents are always causing an error, especially the relationships.
I’ve tried migration multiple times, also creating a new project, but the documents are never migrated.
Interestingly: Even if I can see the attributes, in the migrations tab, the attributes are stuck at loading.
For the documents, it shows an error with the relationships. But on the original instance, the self-hosted instance, the relationships work perfectly. No exception. But because of some reason it still does not want to migrate.
Logs in next message.