Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save coffenbacher/90e482d3c0fcdb7a62e90718a0f3a6e3 to your computer and use it in GitHub Desktop.

Select an option

Save coffenbacher/90e482d3c0fcdb7a62e90718a0f3a6e3 to your computer and use it in GitHub Desktop.
Copy a Heroku Postgresql DB into a local DB
$ heroku pg:backups:capture
$ heroku pg:backups:download
Then:
$ pg_restore -c -d torq_api_development latest.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment