#!/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