Created
April 3, 2012 13:26
-
-
Save yorzi/2291959 to your computer and use it in GitHub Desktop.
pull data from heroku to local postgres
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
# make sure you have latest version of below gems | |
gem install heroku taps sequel | |
# run command | |
# heroku db:pull postgres://db_username:@localhost/db_name | |
heroku db:pull postgres://andy:@localhost/newsite_development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment