Skip to content

Instantly share code, notes, and snippets.

@matti
Created February 7, 2016 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matti/61278dc95e6f720d94fa to your computer and use it in GitHub Desktop.
Save matti/61278dc95e6f720d94fa to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
brew uninstall postgres
launchctl remove homebrew.mxcl.postgresql
rm /Users/mpa/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
rm -rf /usr/local/var/postgres
brew install postgres
ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment