Issue :
Postgres databases do not show up in cPanel.
Fix :
Go to /var/lib/pgsql/data/pg_hba.conf
Change ‘md5’ to ‘trust’.
It should look like :
local all all trust
host all all 127.0.0.1 255.255.255.255 trust
Try accessing cPanel now. The databases should show up!