Hello
I have tried updating Zabbix from version 5.0 LTS (with Apache and MySQL) to version 5.4 (with Apache and MySQL) and that went okay. However the frontend is complaining that the "frontend does not match the Zabbix database". So I checked the zabbix_server.log and it is showing this error in the automatic database upgrade process
Any ideas? I already tried running through the upgrade process again but all components have been upgraded correctly. This is in our development environment and I have backups so it isn't a problem but this was a test-run for our production environment and I would like to be able to upgrade at some point
Thank you!
I have tried updating Zabbix from version 5.0 LTS (with Apache and MySQL) to version 5.4 (with Apache and MySQL) and that went okay. However the frontend is complaining that the "frontend does not match the Zabbix database". So I checked the zabbix_server.log and it is showing this error in the automatic database upgrade process
Code:
Unsupported DB! MariaDB version is 50505 which is smaller than minimum of 100037 current database version (mandatory/optional): 05030069/05030069 required mandatory version: 05040000 starting automatic database upgrade [Z3005] query failed: [1832] Cannot change column 'scriptid': used in a foreign key constraint 'c_opcommand_2' [alter table opcommand modify `scriptid` bigint unsigned not null] database upgrade failed
Thank you!

Comment