postgresql_backup. Adding compression configuration to .env.dist

This commit is contained in:
Alexey Skobkin 2024-11-06 20:05:21 +00:00
parent 34c2a222a3
commit f2dff8632f

View file

@ -1,6 +1,10 @@
# Backup path # Backup path
BACKUP_PATH="/path/to/backup/directory" BACKUP_PATH="/path/to/backup/directory"
# Compression levels
ZSTD_LEVEL=5
GZIP_LEVEL=7
# Servers configuration # Servers configuration
# Add as many as needed # Add as many as needed