Use .env file for backup configuration #1

Open
skobkin wants to merge 17 commits from pg_backup_dotenv into main
Showing only changes of commit f40839b9ae - Show all commits

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"