Skip to content

Instantly share code, notes, and snippets.

@jzcorrea
Created October 23, 2017 11:29
Show Gist options
  • Save jzcorrea/59fb94d3d20841be131934d0379786cd to your computer and use it in GitHub Desktop.
Save jzcorrea/59fb94d3d20841be131934d0379786cd to your computer and use it in GitHub Desktop.
Criar dump SQL via PSQL
pg_dump --dbname=$database --username=$username --password --host=$host --port=$port -f $file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment