Created
August 29, 2017 16:17
-
-
Save matheus-souza/445c9defbe5da58df6cb33eceddbb137 to your computer and use it in GitHub Desktop.
Restoring database .gz file
This file contains hidden or 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
gunzip -c dbdump.sql.gz | psql -Upostgres database |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment