Created
November 19, 2014 17:13
-
-
Save jgarciach/d0290b3d5842e22a19b3 to your computer and use it in GitHub Desktop.
Create local copy of heroku app db
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
heroku pgbackups:capture -a <app name> | |
curl -o latest.dump `heroku pgbackups:url -a <app name>` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment