Rank 3: Container
Hi guys.
I'm Copying Appwrite from One Server to another.
Is Copying MariaDb data enough or You need to Copy Other Things too ?
Votes
0
Replies
11
Participants
Unknown
Messages
12
Rank 3: Container
Hi guys.
I'm Copying Appwrite from One Server to another.
Is Copying MariaDb data enough or You need to Copy Other Things too ?
Rank 7: Quantum Computer
Copy also all the docker volumes
Rank 7: Quantum Computer
You can this article as a guideline
https://dev.to/appwrite/appwrite-in-production-backups-and-restores-4beg
Rank 3: Container
Can I change the MariaDb user And Password After its been installed. Because I have some data that needs to be there & need to change the default password?
Rank 7: Quantum Computer
Sure you can
You do so by update those details inside the .env which located in the same folder as docker-compose.yml
To be exact those are the values
_APP_DB_HOST=mariadb_APP_DB_PORT=3306_APP_DB_SCHEMA=appwrite_APP_DB_USER=user_APP_DB_PASS=password_APP_DB_ROOT_PASS=rootsecretpasswordRank 3: Container
I can change these Values after Initialising them with default password?
Rank 7: Quantum Computer
Yes
You can set them to whatever you want
Rank 3: Container
And need to Restart the Container?
Rank 7: Quantum Computer
Yes
Rank 7: Quantum Computer
Just run docker-compose up -d
Rank 7: Quantum Computer
It will update only containers the affect by the .env file change
Rank 3: Container
Hello @ORIZON , I think this conversation will be useful:
https://discord.com/channels/564160730845151244/1082652391867944980