Decided to clean up zabbix
Went into mysql and made use zabbix;
then
Then I manually deleted all the binary logs and ran
flush logs;
then did apt-get update and apt-get upgrade
I don't know what to do now.
Went into mysql and made use zabbix;
then
Code:
TRUNCATE TABLE history; TRUNCATE TABLE history_str; TRUNCATE TABLE history_uint; TRUNCATE TABLE history_log;
flush logs;
then did apt-get update and apt-get upgrade
Code:
Database error The frontend does not match Zabbix database. Current database version (mandatory/optional): 0/0. Required mandatory version: 3000000. Contact your system administrator.
Comment