Skip to content

Instantly share code, notes, and snippets.

@ostinelli
Created November 10, 2015 17:24
Show Gist options
  • Save ostinelli/af6a2da08bad9dc1760b to your computer and use it in GitHub Desktop.
Save ostinelli/af6a2da08bad9dc1760b to your computer and use it in GitHub Desktop.
Heroku Import database
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d {database} sql.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment