I'm not the smartest of users, so bear with me :-)
I recently followed this guide to upgrade from Zabbix 3.2 to 3.4: https://www.zabbix.com/documentation...es/rhel_centos
All steps complete successfully, and server starts. However as shown below, zabbix_server -V shows we are still running on 3.2.
I have restarted the OS and it's still the same. What am I doing wrong?
I recently followed this guide to upgrade from Zabbix 3.2 to 3.4: https://www.zabbix.com/documentation...es/rhel_centos
All steps complete successfully, and server starts. However as shown below, zabbix_server -V shows we are still running on 3.2.
I have restarted the OS and it's still the same. What am I doing wrong?
Code:
[root@sm-zabbix2 sm-zabbix2.localadmin]# zabbix_server -V
zabbix_server (Zabbix) 3.2.11
Revision 76339 27 December 2017, compilation time: Dec 27 2017 15:13:07
Copyright (C) 2017 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.
[root@sm-zabbix2 sm-zabbix2.localadmin]# # rpm -Uvh https://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-1.el7.centos.noarch.rpm
[root@sm-zabbix2 sm-zabbix2.localadmin]# rpm -Uvh https://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-1.el7.centos.noarch.rpm
Retrieving https://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-1.el7.centos.noarch.rpm
Preparing... ################################# [100%]
package zabbix-release-3.4-2.el7.noarch (which is newer than zabbix-release-3.4-1.el7.centos.noarch) is already installed
package zabbix-release-3.4-1.el7.centos.noarch is already installed
[root@sm-zabbix2 sm-zabbix2.localadmin]# yum upgrade zabbix-server-mysql zabbix-web-mysql zabbix-agent
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ucmirror.canterbury.ac.nz
* epel: fedora.melbourneitmirror.net
* extras: ucmirror.canterbury.ac.nz
* updates: ucmirror.canterbury.ac.nz
No packages marked for update
[root@sm-zabbix2 sm-zabbix2.localadmin]# zabbix_server -V
zabbix_server (Zabbix) 3.2.11
Comment