Skip to content

Instantly share code, notes, and snippets.

@mribica
Created October 13, 2016 11:16
Show Gist options
  • Save mribica/7c97339a5b498f96fb69817606ee0de9 to your computer and use it in GitHub Desktop.
Save mribica/7c97339a5b498f96fb69817606ee0de9 to your computer and use it in GitHub Desktop.
Usefull heroku commands
# Restore heroku database backup
$ 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