Migration from 1.5.7 to 1.5.8 results in "API must be called in the coroutine in ..."
- 0
- Self Hosted
Selfhosted. Updated v1.5.7 => v1.5.8 by replacing all "1.5.7" values in docker compose file with "1.5.8".
Docker compose file for this server is pretty vanilla except for mariadb and redis. Mariadb and redis are not run on the same server but on two separate ones.
I ran docker compose exec appwrite migrate after updating and then the error - as you can see in the image - appears. There are no other errors in the appwrite, mariadb or redis container.
I did the upgrade on my staging server so I'm fine. Any clue why this would happen? Is it because I run redis on a different server?
EDIT: Everything runs fine and so I did not encounter any noticable bugs so far.
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...