DEV Community

Discussion on: Appwrite In Production: Backups and Restores

Collapse
 
brianmutiso profile image
Brian Mutiso

I was not able to back up maria db all the scripts in this article only produces a 0byte backup file

docker-compose exec mariadb sh -c exec mysqldump --all-databases --add-drop-database -u"root" -p"$MYSQL_ROOT_PASSWORD" > ./dump.sql