Linux Postgress Installation for Netbox
sudo yum install -y postgresql-server
sudo postgresql-setup --initdb
modify /var/lib/pqsql/data/pg_hba.conf to support MD5 authentication by changing ident to md5


Start the service
sudo systemctl enable --now postgresql