yesterday i request appwrite migration to migrate database from my self host appwrite,
its been 24 hrs, still on pending status
im trying to migrate db structure without documents from another project which i created earlier
yesterday i posted the details on #General chat, @eldad navigate me to post it on support
thanks for your support. π
here is the log
Migration details Date Jun 30, 2024, 19:00 Source Appwrite
{ "$id": "6681730ad038f26d4ecb", "$createdAt": "2024-06-30T15:00:26.853+00:00", "$updatedAt": "2024-06-30T15:00:26.853+00:00", "status": "pending", "stage": "init", "source": "Appwrite", "resources": [ "database" ], "statusCounters": [], "resourceData": [], "errors": [] }
Recommended threads
- [SOLVED] Get Relations when using Tables...
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all ...
- Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store...
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...