Created
June 16, 2015 19:48
-
-
Save andymboyle/a98758baf087de28dbcb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -o tmp/production.dump `heroku pgbackups:url --remote production --app breaking-news` && pg_restore --verbose --clean --no-acl --no-owner -d bn_dev tmp/production.dump |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment