Created
October 4, 2012 10:08
-
-
Save domguard/3832708 to your computer and use it in GitHub Desktop.
Cloning PG databases
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
pg_dump -h 172.26.76.100 -p 5432 -U username your_db | psql -h localhost -p 5432 -U username your_db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment