Ad Widget

Collapse

Update 2.06 to 2.2 The frontend does not match Zabbix database.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patryk
    Junior Member
    • Dec 2012
    • 9

    #1

    Update 2.06 to 2.2 The frontend does not match Zabbix database.

    Dear All,

    I am trying to update Zabbix to latest version
    Current version I have is 2.06.

    Its installed CentOS

    What I did to update:

    Backup database and all files
    run: yum install zabbix
    start/stop services
    copied new php files to http folder

    Now when I go to my Zabbix frontpage with web browser I get "Welcome to Zabbix 2.2".
    When I go trought installation steps I get error message - The frontend does not match Zabbix database.

    When I go to old PHP files I can still access all data from Zabbix

    When I run on Linux yum install zabbix it tells me I have latest version

    Any advise what could this be? Database update?
  • jhenry
    Junior Member
    • Jul 2013
    • 11

    #2
    Try restarting the zabbix-server service and then watch the zabbix server log file. It should have some messages about trying to upgrade the DB to the new version. You'll need to wait for it to get to 100% before you can access the PHP front end.

    If there are errors or the upgrade fails, open a bug report with the Zabbix devs.

    Comment

    • patryk
      Junior Member
      • Dec 2012
      • 9

      #3
      Where should I look for log?

      Comment

      • neemias.jr
        Zabbix Certified Specialist
        Zabbix Certified Specialist
        • Oct 2013
        • 4

        #4
        Problem to update 2.04 to 2.2

        I'm having the same problem. I tried to install the zabbix-2.2.0.tar.gz source and zabbix-2.2.1.tar.gz and had the same problem. I'm using version 2.0.4 and PostgreSQL 9.3.0 on RHEL 6.3

        Neemias.

        Comment

        • tchjts1
          Senior Member
          • May 2008
          • 1605

          #5
          Originally posted by patryk
          Where should I look for log?
          On your Zabbix App server, check your zabbix_server.conf file and see where you have the log set to write. if you haven't defined it like I have below (or somewhere other than default), then it writes to syslog.

          ### Option: LogFile
          # Name of log file.
          # If not set, syslog is used.
          #
          # Mandatory: no
          # Default:
          # LogFile=

          LogFile=/var/log/zabbix/zabbix_server.log

          Comment

          Working...