Skip to content

Instantly share code, notes, and snippets.

@wbrady
Created November 14, 2013 02:12
Show Gist options
  • Save wbrady/7460173 to your computer and use it in GitHub Desktop.
Save wbrady/7460173 to your computer and use it in GitHub Desktop.
postgres headaches
uninstall current postgresql and postgis
brew tap homebrew/versions
brew install postgis20 (which will also install postgresql92)
startup postgresql
reinstall pg gem - not enough
reinstall activerecord pg adapter
ran into problem of having old server running - answer http://stackoverflow.com/questions/16264973/postgis-homebrew-installation-referencing-an-old-path
couldn’t get postgres 9.2 to start
going to postgres.app
add app’s bin directory to PATH
solution - do not have proj installed - brew uninstall proj
uninstall postgres.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment