Created
May 30, 2014 14:41
-
-
Save eyupatis/98b74c46c905d8ce9a39 to your computer and use it in GitHub Desktop.
Heroku Pg Backups
This file contains 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
heroku pgbackups | |
heroku pgbackups:url b004 | |
curl -o latest.dump "heroku pgbackups:url" | |
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U postgres -d universiteplus_development latest.dump |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment