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
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...