I have installed PostgreSQL 12, Zabbix 4.4 with Apache on Centos 8 and disabled Selinux. But on setup screen Zabbix could not connect to database.
PostgreSQL pg_hba.conf includes "local all all trust" without # prefix.
When I check zabbix server logs it says; [Z3001] connection to database 'zabbix' failed: [0] FATAL: Ident authentication failed for user "zabbix"
Is it a bug or incompatible version isssue ?
PostgreSQL pg_hba.conf includes "local all all trust" without # prefix.
When I check zabbix server logs it says; [Z3001] connection to database 'zabbix' failed: [0] FATAL: Ident authentication failed for user "zabbix"
Is it a bug or incompatible version isssue ?
Comment