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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...