Hayden Hargreaves ee6017f8ca (FIX): Fixed the database scripts.
They were not working properly.
2025-10-09 17:52:04 -07:00

11 lines
172 B
Bash
Executable File

#!/usr/bin/env bash
# Ensure the environment is sourced
source .env
pg_dump \
-h "$PSQL_HOST" \
-U "$PSQL_USERNAME" \
-Fc -v -d "$PSQL_DATABASE" \
-f backup.dump