Hi,
I'm trying to upgrade my server to 7.0.5 from 7.0.4.
I follow the procedure
But my server stay in 7.0.4, thank you for your help.
I'm trying to upgrade my server to 7.0.5 from 7.0.4.
I follow the procedure
Code:
Upgrade between minor versions It is possible to upgrade between Zabbix 7.0.x minor versions (for example, from 7.0.1 to 7.0.3). First, update the repository information: apt update Then, to upgrade all Zabbix components, run: apt install --only-upgrade 'zabbix*' To upgrade Zabbix server only, replace 'zabbix*' with 'zabbix-server*' in the command. To upgrade Zabbix proxy only, replace 'zabbix*' with 'zabbix-proxy*' in the command. To upgrade Zabbix agent only, replace 'zabbix*' with 'zabbix-agent*' in the command. To upgrade Zabbix agent 2 only, replace 'zabbix*' with 'zabbix-agent2*' in the command.
Comment