Hello, I am trying to migrate from cloud to self-hosted server, but it shows "Pending" status for a long time. Is it an expected behavior? My data is not very large, about <50 records only. I also made sure the version are the same as the one in the cloud.
This is what is shown in the migration log.
{
"$id": "657684d9c9983d4cf990",
"$createdAt": "2023-12-11T03:41:13.825+00:00",
"$updatedAt": "2023-12-11T03:41:13.825+00:00",
"status": "pending",
"stage": "init",
"source": "Appwrite",
"resources": [
"user",
"team",
"membership",
"database",
"collection",
"attribute",
"index",
"document",
"function",
"envVar",
"deployment",
"bucket",
"file"
],
"statusCounters": [],
"resourceData": [],
"errors": []
}
Anything in the docker logs for the appwrite-worker-migrations container?
I realize there is no appwrite-worker-migrations container. but i saw this in appwrite log
2023-12-11T03:45:21.337736622Z [Error] Method: GET
2023-12-11T03:45:21.337754942Z [Error] URL: /v1/migrations/firebase/projects
2023-12-11T03:45:21.337758022Z [Error] Type: Appwrite\Extend\Exception
2023-12-11T03:45:21.337760782Z [Error] Message: The identity could not be found. Please sign in with OAuth provider to create identity first.
2023-12-11T03:45:21.337764262Z [Error] File: /usr/src/code/app/controllers/api/migrations.php
2023-12-11T03:45:21.337766782Z [Error] Line: 805
This is fine
i see
Maybe I got the name wrong. Maybe without the s at the end?
hmm.. i checked all containers, but there is none with keyword like "migration"
i will try to check the log one by one
Oh...something is definitely wrong with your local instance then
i installed it using CapRover
and i selected the latest version
i just installed it today
Maybe that's why ๐
oh. so, i shoudn't use caprover, yes?
I suggest installing via the command mentioned in our docs
ok, no problem. i will redo
thanks so much!
[SOLVED] V1.4.13 Migration to Self-Hosted Pending
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...