Skip to content

Instantly share code, notes, and snippets.

@raarellano
Last active August 29, 2015 13:56
Show Gist options
  • Save raarellano/8837692 to your computer and use it in GitHub Desktop.
Save raarellano/8837692 to your computer and use it in GitHub Desktop.
Pull remote database from Heroku
heroku pg:pull HEROKU_POSTGRESQL_CYAN local_database_name --app app_name
(Make sure you don't already have a database with that name)
Ex:
heroku pg:pull HEROKU_POSTGRESQL_CYAN rigos_graphics_development --app rigosgraphics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment