Skip to content

Instantly share code, notes, and snippets.

@nburkley
Created March 18, 2015 10:33
Show Gist options
  • Select an option

  • Save nburkley/2059c70686f2823e8566 to your computer and use it in GitHub Desktop.

Select an option

Save nburkley/2059c70686f2823e8566 to your computer and use it in GitHub Desktop.
Restore data only form heroku database dump
pg_restore --verbose --data-only --no-acl --no-owner -h localhost -U db_user -d db_name filename.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment