Skip to content

Instantly share code, notes, and snippets.

@lourenci
Last active June 28, 2019 13:32
Show Gist options
  • Save lourenci/24308c313d3eda8661913e0b2b159230 to your computer and use it in GitHub Desktop.
Save lourenci/24308c313d3eda8661913e0b2b159230 to your computer and use it in GitHub Desktop.
Postgres bin dump and restore

Dump

pg_dump -Fc database -U user > file

Restore

pg_restore -Fc -d database -U user -O file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment