Skip to content

Instantly share code, notes, and snippets.

@acidlabs-snippets
Created October 11, 2012 17:40
Show Gist options
  • Save acidlabs-snippets/3874195 to your computer and use it in GitHub Desktop.
Save acidlabs-snippets/3874195 to your computer and use it in GitHub Desktop.
PostgresSQL binary dump command #postgresql #dump
pg_dump -Fc | gzip -9 -c > dumpfile.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment