Skip to content

Instantly share code, notes, and snippets.

@matheus-souza
Created August 29, 2017 16:17
Show Gist options
  • Save matheus-souza/445c9defbe5da58df6cb33eceddbb137 to your computer and use it in GitHub Desktop.
Save matheus-souza/445c9defbe5da58df6cb33eceddbb137 to your computer and use it in GitHub Desktop.
Restoring database .gz file
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