Hi all.
When I try to update my Zabbix from version 5.2 to version 5.4 (Installed on Ubuntu Server 18.04) I get an error message at the end, when I try to access via HTTP.
There is also an error which appears in the logs of zabbix_server.log:
sudo tail -f /var/log/zabbix/zabbix_server.log
3526:20210520:073615.216 IPv6 support: YES
3526:20210520:073615.216 TLS support: YES
3526:20210520:073615.216 ******************************
3526:20210520:073615.216 using configuration file: /etc/zabbix/zabbix_server.conf
3526:20210520:073615.223 Unsupported DB! MariaDB version is 50505 which is smaller than minimum of 100037
3526:20210520:073615.224 current database version (mandatory/optional): 05030069/05030069
3526:20210520:073615.224 required mandatory version: 05040000
3526:20210520:073615.224 starting automatic database upgrade
3526:20210520:073615.224 [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]
3526:20210520:073615.224 database upgrade failed
When I try to update my Zabbix from version 5.2 to version 5.4 (Installed on Ubuntu Server 18.04) I get an error message at the end, when I try to access via HTTP.
There is also an error which appears in the logs of zabbix_server.log:
sudo tail -f /var/log/zabbix/zabbix_server.log
3526:20210520:073615.216 IPv6 support: YES
3526:20210520:073615.216 TLS support: YES
3526:20210520:073615.216 ******************************
3526:20210520:073615.216 using configuration file: /etc/zabbix/zabbix_server.conf
3526:20210520:073615.223 Unsupported DB! MariaDB version is 50505 which is smaller than minimum of 100037
3526:20210520:073615.224 current database version (mandatory/optional): 05030069/05030069
3526:20210520:073615.224 required mandatory version: 05040000
3526:20210520:073615.224 starting automatic database upgrade
3526:20210520:073615.224 [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]
3526:20210520:073615.224 database upgrade failed

Comment