
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
- I can't use any Oauth
Login using oauth will be rejected because the redirect url does not match but appwrite give me the redirect url is https://**************/v1/account/sessions/o...
- Getting CORS error for GraphQL query on ...
Getting CORS error when making GraphQL queries using Appwrite's SDK in Next.js (client-side). Login/signup works fine. Only GraphQL is failing on both localhost...
- coolify/appwrite ssl functions
(Sorry for m english, i'm french) Hello, i tried for 3 days to generate ssl for domain function like idfunction.appwrite.christophe-le-goff.dev. I install appwr...
