hello,
I tried to upgrade my zabbix server to 6.0 LTS -> 7.0LTS.
I followed instructions here : https://www.zabbix.com/documentation.../debian_ubuntu
I did :
- service zabbix-server stop
- rm -Rf /etc/apt/sources.list.d/zabbix.list
- wget https://repo.zabbix.com/zabbix/7.0/d...bian12_all.deb
- apt-get update
- apt-get install --only-upgrade zabbix-server-mysql zabbix-frontend-php zabbix-agent
it doesn't want to update mysql and zabbix agent.
I tried :
- sudo apt update
- apt list --upagradable
- sudo apt install -> error.
IDK what is packages 1:5.4.12-1+debian11 ?? 1:7.0.0 , 1:6.0.18-1 and why debian 11 ?
So i'm blocked.
thx in advance.
Kind regards
I tried to upgrade my zabbix server to 6.0 LTS -> 7.0LTS.
I followed instructions here : https://www.zabbix.com/documentation.../debian_ubuntu
I did :
- service zabbix-server stop
- rm -Rf /etc/apt/sources.list.d/zabbix.list
- wget https://repo.zabbix.com/zabbix/7.0/d...bian12_all.deb
- apt-get update
- apt-get install --only-upgrade zabbix-server-mysql zabbix-frontend-php zabbix-agent
it doesn't want to update mysql and zabbix agent.
I tried :
- sudo apt update
- apt list --upagradable
- sudo apt install -> error.
IDK what is packages 1:5.4.12-1+debian11 ?? 1:7.0.0 , 1:6.0.18-1 and why debian 11 ?
So i'm blocked.
thx in advance.
Kind regards
Comment