Use .env file for backup configuration #1
6
postgresql_backup/.env.dist
Normal file
6
postgresql_backup/.env.dist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Database configuration
|
||||||
|
HOST="localhost"
|
||||||
|
PORT="5432"
|
||||||
|
USER="your_postgres_user"
|
||||||
|
BACKUP_PATH="/path/to/backup/directory"
|
||||||
|
DUMP_FORMAT="custom" # Use "custom" for .dump or "sql" for SQL compressed with Gzip
|
Loading…
Reference in a new issue