
Post Appwrite installation when I change the default password for mariaDB in .env file (_APP_DB_PASS / _APP_DB_ROOT_PASS) it causes a bad gateway error and Appwrite docker logs have the below error
Database not ready. Retrying connection (1)... Database not ready. Retrying connection (2)...
How is one supposed to change the default password ?

Changing the password in the .env only changes what Appwrite uses to connect to the database. The password in mariadb is still the same. You'd follow the typical steps of changing a mariadb password to actually change the password

understood.. thanks

[SOLVED] Changing DB password in .env causes bad gateway
Recommended threads
- Problems with adding my custom domain
- CSV Not Importing
We don’t seem to having any luck importing a simple .csv file. The import function acts like it’s working but no data imports or is shown in the collection The...
- Can't push functions when self-hosting o...
Hello, I'm a bit new to appwrite functions and recently hosted a fresh 1.7.4 on my portainer setup. Tried to create a new function and when trying to push it I ...
