Correct the script for restoring a database from a pg_dump

This commit is contained in:
Eric 2020-05-04 11:46:30 -05:00
parent 14b8e77d3a
commit 2c1bfd87b2

View file

@ -1,4 +1,4 @@
#!/bin/bash
set -e
pg_restore --verbose --clean --no-acl --no-owner -h db -U admin -d commitchange_development latest.dump
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U houdini_user -d commitchange_development latest.dump