Skip to content
Snippets Groups Projects
pre-backup 140 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
#!/bin/bash -eux
Timothee Gosselin's avatar
Timothee Gosselin committed
docker-compose exec db bash -c 'mysqldump --all-databases --events -uroot -p$MYSQL_ROOT_PASSWORD' > ./data/mysql/dump.sql