houdini/script/pg_restore_local_from_production.sh

4 lines
133 B
Bash
Executable file

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