While trying to upgrade Zabbix 5.4 to 6.0 beta1 using sources in a Debian 11 enviroment with local MariaDB 10.5.12, I got the following frontend error:
Checking Zabbix log, I see that the database upgrade was successful.
Also, Zabbix "dbversion" table shows what I think is the correct version.
Maybe the frontend was not updated correctly.
Any ideas on why is that?
Database error
The Zabbix database version does not match current requirements. Your database version: 5050114. Required version: 5040000. Please contact your system administrator.
The Zabbix database version does not match current requirements. Your database version: 5050114. Required version: 5040000. Please contact your system administrator.
Code:
26958:20220102:212154.720 completed 97% of database upgrade 26958:20220102:212154.758 completed 98% of database upgrade 26958:20220102:212154.792 completed 99% of database upgrade 26958:20220102:212154.823 completed 100% of database upgrade 26958:20220102:212154.824 database upgrade fully completed 26958:20220102:212154.825 database could be upgraded to use primary keys in history tables 27022:20220102:212154.840 starting HA manager 27022:20220102:212154.861 HA manager started in active mode 26958:20220102:212154.942 server #0 started [main process] (...)
Code:
mysql> select * from dbversion; +-------------+-----------+----------+ | dbversionid | mandatory | optional | +-------------+-----------+----------+ | 1 | 5050114 | 5050114 | +-------------+-----------+----------+
Any ideas on why is that?
Comment