Skip to main content

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

image.png

image.png

 

Start the service

sudo systemctl enable --now postgresql