PostgreSQL Minor Release Upgrade

Here I am going to explore performing a minor PostgreSQL upgrade from 11.2 to 11.3 . when we say “minor” which is digit after the base version release. psql postgres=# select * from version(); To check the location of your PostgreSQL binaries: ps -ef | grep postgres OR From the environment variables profile: PGHOME=/usr/lib/postgresql/11/bin I will shutdown …

Design a site like this with WordPress.com
Get started