fix: use seperate backup user for database backups

This commit is contained in:
Michael Reichenbach
2021-03-08 15:29:46 +01:00
committed by Silthus
parent b50ebd1cf8
commit 2a3aa294c2
2 changed files with 10 additions and 7 deletions

View File

@@ -11,6 +11,9 @@ EXCLUDE_BIND_MOUNTS=false
RESTIC_REPOSITORY=/restic_data
RESTIC_PASSWORD=password
BACKUP_MYSQL_USER=root
BACKUP_MYSQL_PASSWORD=my-secret-pw
RESTIC_KEEP_DAILY=7
RESTIC_KEEP_WEEKLY=4
RESTIC_KEEP_MONTHLY=12