Skip to content

Instantly share code, notes, and snippets.

@lucianosousa
Created October 9, 2014 16:13
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 lucianosousa/f7bcd0ca299062fbafa3 to your computer and use it in GitHub Desktop.
Save lucianosousa/f7bcd0ca299062fbafa3 to your computer and use it in GitHub Desktop.
postgresql dump
pg_dump -U user-name -d database-name -W > backup.sql
scp user-name@server-address:path-to-file my-path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment