I cannot find anything in the documentation on upgrading the zabbix-agent from version 6.x to version 7.x on Red Hat Enterprise Linux 8.x. What is the correct sequence or steps to upgrade the zabbix-agent2 on a Red Hat client. (I have re-installed my zabbix servers from 6.4.14 to 7.0.4)
Should you remove the old package first or can you perform an update/upgrade to the latest package after updating the release RPM?
Thanks – John
=-=-=-=-=-=-=
Option 1:
Option2:
Should you remove the old package first or can you perform an update/upgrade to the latest package after updating the release RPM?
Thanks – John
=-=-=-=-=-=-=
Option 1:
- Remove old zabbix-release package for zabbix-release-6.4-1.el7.noarch
- Install the latest zabbix-release package for zabbix-release-latest.el7.noarch.rpm
- Run “yum update zabbix-agent2” to update the package? (Is there a need to stop the zabbix-agent2 service prior to upgrading?)
Option2:
- Remove old zabbix-release package for zabbix-release-6.4-1.el7.noarch
- Install the latest zabbix-release package for zabbix-release-latest.el7.noarch.rpm
- Uninstall the old zabbix-agent2 package 6.4.17. (yum remove zabbix-agent2)
- Install the new zabbix-agent2 package for version 7.0.4. (yum install zabbix-agent2)
Comment