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