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