Created
May 15, 2018 10:26
-
-
Save v-thomp4/ec57666065261986cf7231498c873b2c to your computer and use it in GitHub Desktop.
postgres restore from dump
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
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