- El Capitan breaks how Postgres previously loaded and ran ...
- So basically we have to update homebrew, and then reinstall postgres ...
- Run
brew update
- Pull down the latest changes to homebrew for El Capitan - Run
brew upgrade postgres
- Update to the latest postgres release in homebrew - Run
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
- Stop the old version of postgres - Run
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
- Start the new postgres database