
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
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
