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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...