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
- Possible to query rows that have a certa...
I have a one way relationship relating `VolunteerReport` to `User`. I then want to list all `VolunteerReport`s related to `User`. I don't think I can just que...
- API Key Generation Error
When i try to create an API key with duration (Forever), a popup shows: Invalid `expire` param: Value must be valid date between 0000-01-01 00:00:00 and 9999-12...
- How to access oldValue payload in functi...
I want to record old and new values of data changes as audits. But when i try to read row in function. The value is new already even before grt updated