
How I could set a password in the MariaDB database Appwrite has (in the docker container) and in the Redis database?

If the database has already started, you'll have to update the password like any other mariadb server: by making the SQL queries to update the password.
As for redis, Appwrite doesn't work well with a redis that requires password

Then why there's an ENV var to set redis password?

If I'm not wrong, I will need to stop the appwrite instance to set the password, true?


You'll might need to restart after

I see

Thanks

If I'm not wrong the only databases storing user data are both MariaDB and Redis (for caching)?

I know there's an additional database (InfluxDB), but that only stores matrics/stats?
Recommended threads
- Bug: When creating a table, table name i...
I created a table with a typo. my_taable .... then my code couldn't find it. i updated table name and still couldn't find it. the table name doesn't update. i h...
- unexpected row_invalid_structure error
In images you can see both my code,error, column schema I do have timezone in table schema but still while creating a row i am receving row_invalid_structure e...
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
