Ad Widget

Collapse

The actual version and the version displayed in the GUI are different

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hsmtyk
    Junior Member
    • Feb 2022
    • 2

    #1

    The actual version and the version displayed in the GUI are different

    The actual version and the version displayed in the GUI are different
    実際のバージョンとGUIに表示されるバージョンが違います

    Updated from version 4.4 to 5.0

    cmd → zabbix_server -V
    zabbix_server (Zabbix) 5.0.19
    Revision e10b946a33 23 December 2021, compilation time: Dec 23 2021 13:23:36

    Copyright (C) 2021 Zabbix SIA
    License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
    This is free software: you are free to change and redistribute it according to
    the license. There is NO WARRANTY, to the extent permitted by law.

    This product includes software developed by the OpenSSL Project
    for use in the OpenSSL Toolkit (http://www.openssl.org/).

    Compiled with OpenSSL 1.0.1e-fips 11 Feb 2013
    Running with OpenSSL 1.0.1e-fips 11 Feb 2013

    cmd → yum list installed | grep zabbix
    iksemel.x86_64 1.4-2.el7.centos @zabbix-non-supported
    zabbix-agent.x86_64 5.0.19-1.el7 @zabbix
    zabbix-apache-conf-scl.noarch 5.0.19-1.el7 @zabbix-frontend
    zabbix-release.noarch 5.0-1.el7 installed
    zabbix-server-mysql.x86_64 5.0.19-1.el7 @zabbix
    zabbix-web.noarch 5.0.19-1.el7 @zabbix-frontend
    zabbix-web-deps-scl.noarch 5.0.19-1.el7 @zabbix-frontend
    zabbix-web-japanese.noarch 5.0.19-1.el7 @zabbix-frontend
    zabbix-web-mysql-scl.noarch 5.0.19-1.el7 @zabbix-frontend



    I'm not good at English so I'm sorry if it's hard to read

    Please tell me how to resolve thank you
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    What was the specific procedure for upgrading? If you forced the upgrade without ignoring the package dependencies, you should be able to upgrade without any problems. Try removing and reinstalling only the web front end related packages.

    Comment

    • hsmtyk
      Junior Member
      • Feb 2022
      • 2

      #3
      thank you.I upgraded as below
      PHP version was also upgraded before zabbix upgrade(5.4→7.2)※Because it is centOS7

      yum install centos-release-scl
      rpm -Uvh https://repo.zabbix.com/zabbix/5.0/r...el7.noarch.rpm
      yum clean all
      vi /etc/yum.repos.d/zabbix.repo
       [zabbix-frontend]
       …
       enabled=1
       ...
      yum install zabbix-web-mysql-scl zabbix-apache-conf-scl zabbix-web-japanese.noarch
      systemctl stop zabbix-server
      yum upgrade zabbix-server-mysql zabbix-agent
      systemctl restart zabbix-server
      systemctl start rh-php72-php-fpm
      systemctl enable rh-php72-php-fpm
      systemctl restart httpd


      >Try removing and reinstalling only the web front end related packages.
      thank you. I'll try.​​​​

      Comment

      • splitek
        Senior Member
        • Dec 2018
        • 101

        #4
        Do you mean GUI = front-end?
        I use nginx so don't know if this apply to you.
        I stop: zabbix-server & nginx & php-fpm
        Install packages.
        Do a backup of my frontend files: sudo mv /usr/share/nginx/html/zabbix /usr/share/nginx/html/zabbix_old5018
        Install new forntend: sudo cp -r /usr/share/zabbix /usr/share/nginx/html/zabbix
        and now start: zabbix-server & nginx & php-fpm

        If I do not "cp" my new frontend then I see old frontend.
        Last edited by splitek; 17-02-2022, 19:22.

        Comment

        Working...