PostgreSQL Installation (using Repository) on RHEL8

preview_player
Показать описание
This video talks about installation PostgreSQL using yum/dnf repositories in RHEL8

***
1) Login to EC2 Instance

In my previous recording, we have created below EC2 instance.

2) sudo su - root
check for "postgres" user and "psql" executable

3) Postgresql installation steps (using yum/dnf repository) (as root user)

3.1) Check "postgres" user added to /etc/passwd
3.2) psql executable is avaialble now (which psql)

4) switch to "postgres" user

5) login to "psql" & List databases
***
Рекомендации по теме