Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@CassyJens
Created November 11, 2014 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CassyJens/847a601522ed2468a791 to your computer and use it in GitHub Desktop.
Save CassyJens/847a601522ed2468a791 to your computer and use it in GitHub Desktop.
postgresql - restore from .dump
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U user -d database latest.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment