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 408b370 commit 875d86dCopy full SHA for 875d86d
docker-compose.yml
@@ -186,6 +186,8 @@ services:
186
TZ: '${LOCAL_TIMEZONE}'
187
labels:
188
- "docker-volume-backup.stop-during-backup=true"
189
+ - "docker-volume-backup.archive-pre=/bin/sh -c 'mysqldump -uroot -p${MYSQL_ROOT_PASSWORD} --all-databases > /tmp/backup/db_backup_data.sql'"
190
+ - "docker-volume-backup.exec-label=database"
191
command: "--character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --default-authentication-plugin=mysql_native_password"
192
193
redis:
0 commit comments