Hi,
My zabbix-server has stopped connecting to the postgres database since updating to the current version.
The database is available only via unix sockets, and is running on a nonstandard "port" (5433, not 5432).
It appears to be ignoring the DBPort variable in the configuration file, wheras previously it would use this value to determine the correct unix socket path (which for postgres seems to incorporate the port number (even if you dont listen on tcp).
This was working perfectly prior to the update, and the database is still accessible from the command line.
Is there a known fix for this?
The log contains messages such as:
[Z3001] connection to database 'zabbix' failed: [0] connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: password authentication failed for user "zabbix"
(note the incorrect socket path, it should be /var/run/postgresql/.s.PGSQL.5433)
My zabbix-server has stopped connecting to the postgres database since updating to the current version.
The database is available only via unix sockets, and is running on a nonstandard "port" (5433, not 5432).
It appears to be ignoring the DBPort variable in the configuration file, wheras previously it would use this value to determine the correct unix socket path (which for postgres seems to incorporate the port number (even if you dont listen on tcp).
This was working perfectly prior to the update, and the database is still accessible from the command line.
Is there a known fix for this?
The log contains messages such as:
[Z3001] connection to database 'zabbix' failed: [0] connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: password authentication failed for user "zabbix"
(note the incorrect socket path, it should be /var/run/postgresql/.s.PGSQL.5433)
Comment