postgresql_backup. Removing unnecessary variable from .env.dist

This commit is contained in:
Alexey Skobkin 2024-11-06 18:51:38 +00:00
parent 06961c72b5
commit 66667dc103

View file

@ -8,12 +8,10 @@ BACKUP_PATH="/path/to/backup/directory"
DB1_HOST="localhost"
DB1_PORT="5432"
DB1_USER="user1"
DB1_NAME="database1"
DB1_DUMP_FORMAT="custom" # "custom" for .dump or "sql" for SQL compressed with Gzip
# Database 2 configuration
#DB2_HOST="remote_host"
#DB2_PORT="5432"
#DB2_USER="user2"
#DB2_NAME="database2"
#DB2_DUMP_FORMAT="sql"