Rank 2: Process
Everything is in the title, I install appwrite 1.4.9 with the official command from the doc and got this error. Its my 3rd installation of this version and its the first time with this error
Votes
0
Replies
22
Participants
Unknown
Messages
23
Rank 2: Process
Everything is in the title, I install appwrite 1.4.9 with the official command from the doc and got this error. Its my 3rd installation of this version and its the first time with this error
Moderator
Did you had installed another Appwrite version prior to this?
Rank 2: Process
no, it has been installed on a new empty debian 12
Rank 2: Process
and the only thing I have change is the https port from 443 to 30121 (its just for my port redirect)
Moderator
So after changing that you get the error?
Rank 2: Process
No, I had it from the start. However this installation with the changed port I did it twice and it worked twice
Moderator
What do you get after running this command?
docker compose logs appwrite
Rank 2: Process
this database error x1000000000 😂
appwrite | Fatal error: Uncaught Exception: Failed to connect to database: Failed to create connection: SQLSTATE[HY000] [1045] Access denied for user '6TUdV3763pfhGu'@'172.21.0.22' (using password: YES) in /usr/src/code/app/http.php:82appwrite | Stack trace:appwrite | #0 {main}appwrite | thrown in /usr/src/code/app/http.php on line 82appwrite | [2023-11-04 18:29:35 *45.0] ERROR php_swoole_server_rshutdown() (ERRNO 503): Fatal error: Uncaught Exception: Failed to connect to database: Failed to create connection: SQLSTATE[HY000] [1045] Access denied for user '6TUdV3763pfhGu'@'172.21.0.22' (using password: YES) in /usr/src/code/app/http.php:82appwrite | Stack trace:appwrite | #0 {main}appwrite | thrown in /usr/src/code/app/http.php on line 82appwrite | Database not ready. Retrying connection (10)...appwrite | Database not ready. Retrying connection (1)...appwrite | Database not ready. Retrying connection (2)...appwrite | Database not ready. Retrying connection (3)...appwrite | Database not ready. Retrying connection (4)...Moderator
Weird, seems like DB password is incorrect
Moderator
did you have modified something related to DB or DB password in the docker compose file?
Rank 2: Process
Yes but I dont have touch it, I think
Moderator
The install doesnt has any data or something you want/need to keep, true?
Rank 2: Process
yep
Rank 2: Process
i will reinstall 😂
Moderator
I think reinstalling everything should solve the issue, and in the installation process you should directly specify the port you want for https
Rank 2: Process
juste how to change the db password without crash everything ? because I thinks it the problem
Moderator
First you change the db password in the mariadb container and then after that, you add the new password in the docker compose file
Moderator
In the corresponding variable called db password or similar, not sure 😅
Rank 2: Process
ok so I cant juste stop apwrite stack, change pswd and restart ?
Moderator
Yes
Moderator
That could solve the issue too
Moderator
But not sure if it's needed knowing the previous password too
Rank 2: Process
[SOLVED] 500 error on a 1.4.9 fresh install