We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343c0d7 commit 53f5e68Copy full SHA for 53f5e68
docker-compose.yml
@@ -185,6 +185,8 @@ services:
185
TZ: '${LOCAL_TIMEZONE}'
186
labels:
187
- "docker-volume-backup.stop-during-backup=true"
188
+ - "docker-volume-backup.archive-pre=/bin/sh -c 'mysqldump -uroot -p${MYSQL_ROOT_PASSWORD} --all-databases > /tmp/backup/db_backup_data.sql'"
189
+ - "docker-volume-backup.exec-label=database"
190
command: "--character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --default-authentication-plugin=mysql_native_password"
191
192
redis:
0 commit comments