-
-
Save ZackMattor/6140238 to your computer and use it in GitHub Desktop.
This file contains 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
Make Backup | |
===== | |
pg_dump -c #{database} > ~/Desktop/#{database}.dump | |
pg_dump -Fc --no-acl --no-owner -h localhost -U dev mreach-vmware-api_development > ~/Desktop/mydb.dump | |
Restore backup | |
==== | |
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U dev -d mreach-vmware-api_development mydb.dump |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment