Download the new postgresql version
untar , then
./configure
make
Stop the old server
sudo /usr/local/pgsql/bin/pgsql.sh stop
Move the old server directory
mv /usr/local/pgsql /usr/local/pgsql-9.1.24
Now install the new server
make install
cd into the...
Read More