Notes on Upgrading PostgreSQL
I recently performed an upgrade on my development PostgreSQL server and found the information harder to get together than the actual process. There were a number of steps that were not immediately obvious to me from a MySQL background. The following is a quick overview from my notes, which I will expand and attempt to keep up to date as caveats and changes are discovered from future updates. My current development environment is Mac OS X Mountain Lion using the fantastic Homebrew as my package manager. ...