Allow to dump with -Fd fixing issue #28

This commit is contained in:
Pau Rodriguez-Estivill
2020-08-20 19:00:22 +02:00
parent 35efb3cfb7
commit a01eae32be
4 changed files with 23 additions and 8 deletions
+1
View File
@@ -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 \