Remove commitchange specific postgres restore script
This commit is contained in:
parent
a9f3d2de81
commit
cf63c9dad2
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
curl -o latest.dump `heroku pg:backups public-url -a commitchange`
|
||||
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U admin -d commitchange_development latest.dump
|
||||
pg_restore --verbose --clean --no-acl --no-owner -h db -U admin -d commitchange_development latest.dump
|
||||
|
|
Loading…
Reference in a new issue