When logging into phpPgAdmin through cPanel I'm repeatedly getting 'Login failed'. This error only started today (after upgrading cPanel to v100.0.10). Previously I have had no problems accessing phpPgAdmin.
However I have tried to trouble-shoot, doing the following:
- WHM >> SQL Services >> Configure PostgreSQL >> Install Config & Create Users
- set listen_addresses = '*' in /var/lib/pgsql/data/postgresql.conf
- added 'local all all trust' and 'host all all 127.0.0.1/32 trust' in /var/lib/pgsql/data/pg_hba.conf
(all the above followed by postgresql service restarts)
I am not sure where to proceed from here - can someone provide suggestions?
(phpPgAdmin 5.6, PostgreSQL 9.2, PHP 7.3)
However I have tried to trouble-shoot, doing the following:
- WHM >> SQL Services >> Configure PostgreSQL >> Install Config & Create Users
- set listen_addresses = '*' in /var/lib/pgsql/data/postgresql.conf
- added 'local all all trust' and 'host all all 127.0.0.1/32 trust' in /var/lib/pgsql/data/pg_hba.conf
(all the above followed by postgresql service restarts)
I am not sure where to proceed from here - can someone provide suggestions?
(phpPgAdmin 5.6, PostgreSQL 9.2, PHP 7.3)