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 b26c680e52 - Show all commits

View 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