
Start the postgresql service by using the following command ~]# systemctl start postgresql-11. Need to initialize the PostgreSQL instance ~]# /usr/pgsql-11/bin/postgresql-11-setup initdb

Loading mirror speeds from cached hostfile Install postgresql 11 on by using the following command ~]# yum install postgresql11-server The best place to get the latest binaries for both PostgreSQL and PostGIS is the PostgreSQL Yum repository Refer to Installing PostGIS 3.1 and PostgreSQL 13 on. Marking /var/tmp/yum-root-7eiWGV/ to be installed Need to configure the PostgreSQL repository in your system by using the following command ~]# yum install īDB2053 Freeing read locks for locker 0x3d0: 17545/140054075111232īDB2053 Freeing read locks for locker 0x3d5: 17545/140054075111232 InstallationĬheck the centos version by using the following command ~]# rpm -q centos-releaseĬentos-release-7-6.1810.2.86_64 This tutorial covers the method to install PostgreSQL 11 on CentOS 7.6.

PostgreSQL is an open source object-relational,highly scalable,SQL-compliant database management system.PostgreSQL is developed at the University of California at Berkeley Computer Science Department. Installation of PostgreSQL 11 on Centos 7.6
