Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save goncalvesjoao/6d1ebd894f43dec77599aaac723fb45f to your computer and use it in GitHub Desktop.
Save goncalvesjoao/6d1ebd894f43dec77599aaac723fb45f to your computer and use it in GitHub Desktop.
Restoring Heroku postgres snapshot
$> pg_restore --verbose --clean --no-acl --no-owner -h localhost -U postgres -d <database name> <heroku snapshot file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment