Ad Widget

Collapse

zabbix 3.2 upgrade error - The frontend does not match Zabbix database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gelowe
    Member
    • Jun 2008
    • 30

    #1

    zabbix 3.2 upgrade error - The frontend does not match Zabbix database

    After doing a zabbix 3.2 upgrade using RPM from 3.0.7 I now get the error - The frontend does not match Zabbix database

    Is there a database upgrade script I need to run after running the 3.2 RPM's?

    I tried to run the install script for mysql
    zcat /usr/share/doc/zabbix-server-mysql-3.2.*/create.sql.gz | mysql -uzabbix -p zabbix

    but this errors out due to the fact the tables already exist, so there must be a sql upgrade script that i am issing to update the mysql database after running the RPM's

    this is on CENTOS 7
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    If you upgraded from Zabbix 3.0.7 to 3.2.3,
    you can automatically upgrade the database by starting zabbix_server.
    Please check if Zabbix server's log completed the upgrade.

    At the upgrade is complete, you will be able to access it from the web frontend.

    There is no need to execute SQL statements and scripts.

    Comment

    • Michael0
      Member
      • Jan 2013
      • 70

      #3
      Same problem here!
      The DB was upgraded to 100% but the frontend showing me still the error message:

      19552:20170124:070301.106 completed 100% of database upgrade

      ------
      The frontend does not match Zabbix database. Current database version (mandatory/optional): 3020000/3020000. Required mandatory version: 3000000. Contact your system administrator.

      Comment

      • SBO
        Zabbix Certified Specialist
        Zabbix Certified Specialist
        • Sep 2015
        • 226

        #4
        Can you check your frontend version with rpm -qi and ensure it's the 3.2.x version ? As far as I can tell with the error message you paste, it seems the DB is in 3.2.x version and the frontend still in 3.0.x version

        Comment

        Working...