Created
May 25, 2012 14:50
-
-
Save mrcasals/2788529 to your computer and use it in GitHub Desktop.
Revisions
-
mrcasals created this gist
May 25, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ $ brew uninstall postgresql $ gem uninstall pg # ALL OF THEM $ rm -fr /usr/local/var/postgres $ launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist $ pg_ctl -D /usr/local/var/postgres stop -s -m fast # WE SHOULD HAVE ALL postgres SERVERS & PROCESSES STOPPED BY NOW $ brew install postgres $ env ARCHFLAGS="-arch x86_64" gem install pg $ echo "DONE." >> /dev/null