houdini/script/pg_restore_local_from_production.sh

5 lines
138 B
Bash
Raw Normal View History

#!/bin/bash
set -e
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U houdini_user -d commitchange_development latest.dump