Skip to content

Instantly share code, notes, and snippets.

@yorzi
Created April 3, 2012 13:26
Show Gist options
  • Save yorzi/2291959 to your computer and use it in GitHub Desktop.
Save yorzi/2291959 to your computer and use it in GitHub Desktop.
pull data from heroku to local postgres
# 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