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

12 lines
184 B
Bash
Executable File

#!/usr/bin/env bash
# Ensure the environment is sourced
source .env
pg_restore \
-v -d "$PSQL_DATABASE_BACKUP" \
-U "$PSQL_USERNAME" \
-h "$PSQL_HOST" \
-c -F c backup.dump