Created
May 18, 2016 15:34
-
-
Save ismyrnow/d368c2dc5d0d84dca111cbb965f06090 to your computer and use it in GitHub Desktop.
Command for backing up a postgres database to a file
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
"C:\Program Files (x86)\pgAdmin III\1.18\pg_dump.exe" --host DBHOST --port 5432 --username "DBUSER" --format custom --blobs --verbose --file "OUTFILE.backup" "DBNAME" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment