I\'m using the PostgreSQL database for my Ruby on Rails application (on Mac OS X 10.9).
Are there any detailed instructions on how to upgrade PostgreSQL database?
Despite all answers above, here goes my 5 cents.
It works on any OS and from any-to-any postgres version.
postgresql.conf -> port from 5432 to 5433;cd to the new version bin folder;pg_dumpall -p 5433 -U | psql -p 5432 -U