
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
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- CSV Not Importing
We don’t seem to having any luck importing a simple .csv file. The import function acts like it’s working but no data imports or is shown in the collection The...
