My project is a HA Zabbix system with a MySQL group replication running in single primary mode. To check which node is the active one, a HAProxy is used. This is linked to the database and Zabbix.
The whole system is currently running on a test system and should then be integrated into a productive one.
The problem with upgrading from 5.0LTS to 6.0LTS is that the schema will not get updated to primary keys. Thats why a group replication is not possible.
MySQL Error after upgrade from 5.0LTS to 6.0LTS succeeded:
MySQL group replication error after upgrade succeeded:

MySQL Error after upgrade from 5.0LTS to 6.0LTS not succeeded:
Zabbix log Error: Table 'item_parameter' already exists [create table item_parameter
Upgrade Process:
MySQL dump was imported from live system to test enviroment.
After successfull import we installed Zabbix 6.0LTS from the repository, zabbix-server, zabbix-agent.
We changed in MySQL set global log_bin_trust_function_creators = 1; and started the zabbix-server.
After many tries we ended up getting this two errors.
Maybe someone has a solution to this?
The whole system is currently running on a test system and should then be integrated into a productive one.
The problem with upgrading from 5.0LTS to 6.0LTS is that the schema will not get updated to primary keys. Thats why a group replication is not possible.
MySQL Error after upgrade from 5.0LTS to 6.0LTS succeeded:
MySQL group replication error after upgrade succeeded:
MySQL Error after upgrade from 5.0LTS to 6.0LTS not succeeded:
Zabbix log Error: Table 'item_parameter' already exists [create table item_parameter
Upgrade Process:
MySQL dump was imported from live system to test enviroment.
After successfull import we installed Zabbix 6.0LTS from the repository, zabbix-server, zabbix-agent.
We changed in MySQL set global log_bin_trust_function_creators = 1; and started the zabbix-server.
After many tries we ended up getting this two errors.
Maybe someone has a solution to this?
Comment