Created
March 12, 2015 14:19
-
-
Save toashd/6c0f918f8c86bceae89a to your computer and use it in GitHub Desktop.
Switch postgres version with brew
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
$ brew tap homebrew/versions | |
$ brew install postgresql92 | |
$ brew switch postgresql 9.2.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment