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
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...