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
- Issue with relations on database
I'm creating a food ordering website for businesses. I'm having issues with the relations on my database I attached the attributes for the collections I'm hav...
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...