
How To Upgrade POSTGRESQL 10 To 11
We will upgrade POSTGRESQL 10 To 11 on CENTOS in this article. Before I begin the redesign procedure, I need to make the accompanying basic cautioning:
You should re-arrange your postgresql.conf and pg_hba.conf records. Since the files will be reset after the redesign.
Install PostgreSQL 11
Postgresql 11 we are installing the following script.
[root@postgres eng]# yum install https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-centos11-11-2.noarch.rpm
[root@postgres eng]# yum install postgresql11
[root@postgres eng]# yum install postgresql11-server
initdb
We are performing the initdb task in the Postgresql 11 database.


