mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-06 19:47:57 +00:00
Allow to dump with -Fd fixing issue #28
This commit is contained in:
@@ -21,6 +21,7 @@ ENV POSTGRES_DB="**None**" \
|
||||
POSTGRES_EXTRA_OPTS="-Z9" \
|
||||
SCHEDULE="@daily" \
|
||||
BACKUP_DIR="/backups" \
|
||||
BACKUP_SUFFIX=".sql.gz" \
|
||||
BACKUP_KEEP_DAYS=7 \
|
||||
BACKUP_KEEP_WEEKS=4 \
|
||||
BACKUP_KEEP_MONTHS=6 \
|
||||
|
||||
Reference in New Issue
Block a user