Skip to content

Instantly share code, notes, and snippets.

@letz
Created October 2, 2018 13:27
Show Gist options
  • Save letz/1096a22a3396f9f67485825574d35659 to your computer and use it in GitHub Desktop.
Save letz/1096a22a3396f9f67485825574d35659 to your computer and use it in GitHub Desktop.
Heroku db restore
heroku pg:backups:capture
heroku pg:backups:download
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U myuser -d mydb latest.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment