Hello,
Is there a defined procedure for updating/upgrading Zabbix using Yum on CentOS, apart from uninstalling it using yum -e, and then re-installing?
The reason I'm asking is because I got similar error messages when updating from 2.4 to 3.0 and 3.0 to 3.2.
Thank you
Is there a defined procedure for updating/upgrading Zabbix using Yum on CentOS, apart from uninstalling it using yum -e, and then re-installing?
The reason I'm asking is because I got similar error messages when updating from 2.4 to 3.0 and 3.0 to 3.2.
[root@linux temp]# rpm -ivh zabbix-release-3.2-1.el7.noarch.rpm
warning: zabbix-release-3.2-1.el7.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID a14fe591: NOKEY
Preparing... ################################# [100%]
file /etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX from install of zabbix-release-3.2-1.el7.noarch conflicts with file from package zabbix-release-3.0-1.el7.noarch
file /etc/yum.repos.d/zabbix.repo from install of zabbix-release-3.2-1.el7.noarch conflicts with file from package zabbix-release-3.0-1.el7.noarch
warning: zabbix-release-3.2-1.el7.noarch.rpm: Header V4 RSA/SHA512 Signature, key ID a14fe591: NOKEY
Preparing... ################################# [100%]
file /etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX from install of zabbix-release-3.2-1.el7.noarch conflicts with file from package zabbix-release-3.0-1.el7.noarch
file /etc/yum.repos.d/zabbix.repo from install of zabbix-release-3.2-1.el7.noarch conflicts with file from package zabbix-release-3.0-1.el7.noarch
Comment