I Try to migrate my data from my local host version of AppWrite to the cloud version but It been stuck at "pending" for around 30min now
TL;DR
Developers cannot migrate data from local instance to cloud version due to migration being stuck at "pending" status for 30 minutes.TypeScript
{
"$id": "6612af98a50c50e6cba9",
"$createdAt": "2024-04-07T14:37:12.686+00:00",
"$updatedAt": "2024-04-07T14:37:12.686+00:00",
"status": "pending",
"stage": "init",
"source": "Appwrite",
"resources": [
"user",
"team",
"membership",
"database",
"collection",
"attribute",
"index",
"document",
"bucket",
"file"
],
"statusCounters": [],
"resourceData": [],
"errors": []
}```
Here is what the details
Recommended threads
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...