I just updated my appwrite installation to 1.8.0. The install script went over without any issues and said installed successfully. But this is what the docker logs look like:
:~/appwrite$ sudo docker logs appwrite Worker 25 started successfully Worker 1 started successfully Worker 2 started successfully Worker 3 started successfully Worker 4 started successfully Worker 5 started successfully Worker 7 started successfully Worker 8 started successfully Worker 6 started successfully Worker 9 started successfully Worker 10 started successfully Worker 11 started successfully Worker 12 started successfully Worker 13 started successfully Worker 14 started successfully Worker 15 started successfully Worker 16 started successfully Worker 17 started successfully Worker 18 started successfully Worker 19 started successfully Worker 20 started successfully Worker 22 started successfully Worker 24 started successfully Worker 21 started successfully Worker 23 started successfully └── Database not ready. Retrying connection (1)... └── Database not ready. Retrying connection (2)... └── Database not ready. Retrying connection (3)... └── Database not ready. Retrying connection (4)... └── Database not ready. Retrying connection (5)... └── Database not ready. Retrying connection (6)... └── Database not ready. Retrying connection (7)... └── Database not ready. Retrying connection (8)... └── Database not ready. Retrying connection (9)...
Fatal error: Uncaught Exception: └── Failed to connect to database: Failed to create connection: SQLSTATE[HY000] [2002] Connection refused in /usr/src/code/app/http.php:191 Stack trace: #0 /usr/src/code/app/http.php(259): createDatabase(Object(Utopia\App), 'getLogsDB', 'logs', Array, Object(Utopia\Pools\Group)) #1 [internal function]: {closure}() #2 {main} thrown in /usr/src/code/app/http.php on line 191 └── Database not ready. Retrying connection (10)...
Recommended threads
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...