scripts/postgresql_backup/.env.dist

6 lines
203 B
Plaintext
Raw Normal View History

2024-11-06 17:57:19 +00:00
# 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