Created
March 5, 2013 19:47
-
-
Save klebervirgilio/5093575 to your computer and use it in GitHub Desktop.
POSTGRES DUMP
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
PGPASSWORD='secret' /usr/bin/pg_dump --username='username' --host='localhost' --port='5432' -xc -E=utf8 database >> dump.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment