diff --git a/postgresql_backup/.env.dist b/postgresql_backup/.env.dist new file mode 100644 index 0000000..351d4a6 --- /dev/null +++ b/postgresql_backup/.env.dist @@ -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 \ No newline at end of file