I recently ran an update on our zabbix server, now when I try to access Zabbix I get the following error:
The frontend does not match Zabbix database. Current database version (mandatory/optional): 3050047/3050047. Required mandatory version: 3050101.
This seems to be due to an error in the database upgrade:
9900:20180606:151556.552 required mandatory version: 03050101
9900:20180606:151556.552 starting automatic database upgrade
9900:20180606:151556.565 [Z3005] query failed: [1060] Duplicate column name 'query_fields' [alter table `items` add `query_fields` varchar(2048) default '' not null]
9900:20180606:151556.565 database upgrade failed
How can I go best about this to solve this problem?
The frontend does not match Zabbix database. Current database version (mandatory/optional): 3050047/3050047. Required mandatory version: 3050101.
This seems to be due to an error in the database upgrade:
9900:20180606:151556.552 required mandatory version: 03050101
9900:20180606:151556.552 starting automatic database upgrade
9900:20180606:151556.565 [Z3005] query failed: [1060] Duplicate column name 'query_fields' [alter table `items` add `query_fields` varchar(2048) default '' not null]
9900:20180606:151556.565 database upgrade failed
How can I go best about this to solve this problem?