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