Ad Widget

Collapse

Error after deleting binary logs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zimuduyo
    Junior Member
    • Mar 2021
    • 2

    #1

    Error after deleting binary logs

    Decided to clean up zabbix
    Went into mysql and made use zabbix;

    then

    Code:
    TRUNCATE TABLE history;
    TRUNCATE TABLE history_str;
    TRUNCATE TABLE history_uint;
    TRUNCATE TABLE history_log;
    Then I manually deleted all the binary logs and ran

    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.
    I don't know what to do now.
  • zimuduyo
    Junior Member
    • Mar 2021
    • 2

    #2
    Originally posted by zimuduyo
    Decided to clean up zabbix
    Went into mysql and made use zabbix;

    then.

    Code:
    TRUNCATE TABLE history;
    TRUNCATE TABLE history_str;
    TRUNCATE TABLE history_uint;
    TRUNCATE TABLE history_log;
    Then I manually deleted all the binary logs and ran

    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.
    I don't know what to do now.
    I solved the problem myself.






    Comment

    Working...