From f40839b9aea64022b3499d6b2a14df25b5595a1c Mon Sep 17 00:00:00 2001 From: skobkin Date: Wed, 6 Nov 2024 19:25:45 +0000 Subject: [PATCH] postgresql_backup. Moving comment to a new line in .env file for better import. --- postgresql_backup/.env.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgresql_backup/.env.dist b/postgresql_backup/.env.dist index e5ec258..d7a1aef 100644 --- a/postgresql_backup/.env.dist +++ b/postgresql_backup/.env.dist @@ -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"