Skip to content

Instantly share code, notes, and snippets.

@haywoood
Created January 15, 2013 18:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save haywoood/4540930 to your computer and use it in GitHub Desktop.
Save haywoood/4540930 to your computer and use it in GitHub Desktop.
Command to load postgres .dump file to local development db
turn this into a script
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U rhaywood -d flp_development latest.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment