Upgrading Postgres to the latest version on Centos 7 Server
I recently upgraded postgres to the latest version and I think the steps can help someone else too. So here they are. This assumes Centos 7 server installed. First, take a backup of database First SSH into the server. Now connect to postgres: sudo -i -u postgres Now do a dump of the entire install:… Read More »