postgresql_backup. Moving comment to a new line in .env file for better import.
This commit is contained in:
parent
e5731a3529
commit
f40839b9ae
|
@ -8,7 +8,8 @@ BACKUP_PATH="/path/to/backup/directory"
|
|||
DB1_HOST="localhost"
|
||||
DB1_PORT="5432"
|
||||
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
|
||||
#DB2_HOST="remote_host"
|
||||
|
|
Loading…
Reference in a new issue