Created
October 23, 2017 11:29
-
-
Save jzcorrea/59fb94d3d20841be131934d0379786cd to your computer and use it in GitHub Desktop.
Criar dump SQL via PSQL
This file contains 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
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