Problem : Postgres Databases are not being showed on cpanel.
This can be fixed by modifying /var/lib/pgsql/data/pg_hba.conf from ‘md5′ to ‘trust’.
It should contain the following:
local all all trust
host all all 127.0.0.1 255.255.255.255 trustNow the databases are showing up on cPanel.
![]()