Skip to content

Instantly share code, notes, and snippets.

@yukpiz
Created April 6, 2015 03: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 yukpiz/cf95607c5f9dfbdfb108 to your computer and use it in GitHub Desktop.
Save yukpiz/cf95607c5f9dfbdfb108 to your computer and use it in GitHub Desktop.
PostgreSQL database dump command.
#!/bin/sh
pg_dump -h {host} -d {database} -U {user} -p {port} -w -Fc -b > {file}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment