mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-04 18:48:00 +00:00
Improve compression speed #43
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ ENV POSTGRES_DB="**None**" \
|
||||
POSTGRES_PASSWORD="**None**" \
|
||||
POSTGRES_PASSWORD_FILE="**None**" \
|
||||
POSTGRES_PASSFILE_STORE="**None**" \
|
||||
POSTGRES_EXTRA_OPTS="-Z9" \
|
||||
POSTGRES_EXTRA_OPTS="-Z6" \
|
||||
POSTGRES_CLUSTER="FALSE" \
|
||||
SCHEDULE="@daily" \
|
||||
BACKUP_DIR="/backups" \
|
||||
|
||||
Reference in New Issue
Block a user