industryose.blogg.se

Yum update postgresql
Yum update postgresql




yum update postgresql yum update postgresql

Next you can verify the installation by making connection using psql tool: sudo -u postgres /usr/pgsql-11/bin/psql -c "SELECT version() " Output Now start the PostgreSQL service and enable it to start on boot type: sudo systemctl start postgresql-11 sudo systemctl enable postgresql-11 Once the repository is enabled install the PostgreSQL server and PostgreSQL contrib package using following command: sudo yum install postgresql11-server postgresql11-contribĪfter that initialize the PostgreSQL database by typing: sudo /usr/pgsql-11/bin/postgresql-11-setup initdb Output rpm file using below command: sudo yum install

yum update postgresql

At first, you should enable PostgreSQL repository by installing.






Yum update postgresql