postgresql_backup. Moving comment to a new line in .env file for better import.

This commit is contained in:
Alexey Skobkin 2024-11-06 19:25:45 +00:00
parent e5731a3529
commit f40839b9ae

View file

@ -8,7 +8,8 @@ BACKUP_PATH="/path/to/backup/directory"
DB1_HOST="localhost" DB1_HOST="localhost"
DB1_PORT="5432" DB1_PORT="5432"
DB1_USER="user1" DB1_USER="user1"
DB1_DUMP_FORMAT="custom" # "custom" for .dump or "sql" for SQL compressed with Gzip # "custom" for .dump or "sql" for SQL compressed with Gzip
DB1_DUMP_FORMAT="custom"
# Database 2 configuration # Database 2 configuration
#DB2_HOST="remote_host" #DB2_HOST="remote_host"