Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created May 15, 2018 10:26
Show Gist options
  • Save v-thomp4/ec57666065261986cf7231498c873b2c to your computer and use it in GitHub Desktop.
Save v-thomp4/ec57666065261986cf7231498c873b2c to your computer and use it in GitHub Desktop.
postgres restore from dump
pg_restore --verbose --clean --no-acl --no-owner -c -h db_host -U postgres -d db_name db_file.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment