Created
January 15, 2013 18:45
-
-
Save haywoood/4540930 to your computer and use it in GitHub Desktop.
Command to load postgres .dump file to local development db
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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