How to Install PostgreSQL 12 on CentOS 8 RHEL 8

Published: 23 May 2020
on channel: ATOM
10,988
67

How to Install PostgreSQL 12 on CentOS 8 RHEL 8
use yum or dnf
yum install install https://download.postgresql.org/pub/r...
yum update

yum list postgresql-server
yum install postgresql-server

yum module disable postgresql
yum list postgresql12-server
yum install postgresql12-server

postgresql-setup --initdb
or
/usr/pgsql-12/bin/postgresql-12-setup initdb

systemctl enable postgresql
systemctl start postgresql
systemctl status postgresql

su postgres
psql


Watch video How to Install PostgreSQL 12 on CentOS 8 RHEL 8 online without registration, duration hours minute second in high quality. This video was added by user ATOM 23 May 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 10,988 once and liked it 67 people.