from 1.3.7 to 1.3.8
TL;DR
While running `docker compose exec appwrite migrate`, the user encountered an error stating "Failed to connect to database: SQLSTATE[HY000] [1045] Access denied." The issue was resolved by updating the Appwrite version from 1.3.7 to 1.3.8.TypeScript
Fatal error: Uncaught Exception: Failed to connect to database: SQLSTATE[HY000] [1045] Access denied for user 'user'@'[ip]' (using password: YES) in /usr/src/code/app/http.php:77
Stack trace:
#0 {main}
thrown in /usr/src/code/app/http.php on line 77
[2023-08-31 08:36:56 #1.1] ERROR php_swoole_server_rshutdown() (ERRNO 503): Fatal error: Uncaught Exception: Failed to connect to database: SQLSTATE[HY000] [1045] Access denied for user 'user'@'[ip]' (using password: YES) in /usr/src/code/app/http.php:77
Stack trace:
#0 {main}
thrown in /usr/src/code/app/http.php on line 77
Database not ready. Retrying connection (10)...
Worker 1 started successfully
Worker 2 started successfully
Worker 4 started successfully
Worker 3 started successfully
Worker 5 started successfully
Worker 6 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)...
docker logs appwrite
So what's in your appwrite folder?
this was solved
[SOLVED] While running docker compose exec appwrite migrate I get this error
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...