Hello,
I am running into an issue on upgrading a seperate postgresql server that serves as the database to a HA Zabbix Server environment (using corosync and pacemaker). Upgrading the server to 3.2 using zabbix-server-pgsql goes just fine but I am receiving an error that the frontend does not match the Zabbix database (3.0 vs 3.2).
The standalone database (running Postgresql 9.4) is not using the zabbix-server-pgsql package (running on Debian 8.5); just simply a postgres DB.
Within the zabbix servers log file (/var/log/zabbix/zabbix_server.log) file I am seeing the following error:
How can I successfully upgrade a separate postgresql Database with the 3.2 upgrade?
Thanks!
I am running into an issue on upgrading a seperate postgresql server that serves as the database to a HA Zabbix Server environment (using corosync and pacemaker). Upgrading the server to 3.2 using zabbix-server-pgsql goes just fine but I am receiving an error that the frontend does not match the Zabbix database (3.0 vs 3.2).
The standalone database (running Postgresql 9.4) is not using the zabbix-server-pgsql package (running on Debian 8.5); just simply a postgres DB.
Within the zabbix servers log file (/var/log/zabbix/zabbix_server.log) file I am seeing the following error:
Code:
1089:20161018:172737.308 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: duplicate key value violates unique constraint "events_pkey"
Thanks!
Comment