Moderator
How I could set a password in the MariaDB database Appwrite has (in the docker container) and in the Redis database?
Votes
0
Replies
9
Participants
Unknown
Messages
10
Moderator
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
Moderator
Then why there's an ENV var to set redis password?
Moderator
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
Moderator
I see
Moderator
Thanks
Moderator
If I'm not wrong the only databases storing user data are both MariaDB and Redis (for caching)?
Moderator
I know there's an additional database (InfluxDB), but that only stores matrics/stats?