Pre inštaláciu spustite:
sudo yum install postgresql-server postgresql-contrib
Pre inicializáciu databázy a naštartovanie PostgreSQL spustite:
sudo postgresql-setup initdb sudo systemctl start postgresql
Zapnite automatické štartovanie PostgreSQL po štarte OS:
sudo systemctl enable postgresql