Hello,
I tried a Zabbix Server upgrade from 4.4.10 to 5.0.2.
I did :
Then I got this Error:
returned
My /etc/apt/sources.list.d/zabbix.list was:
I'm confused - could anyone help?
I tried a Zabbix Server upgrade from 4.4.10 to 5.0.2.
I did :
Code:
dpkg --purge zabbix-release wget https://repo.zabbix.com/zabbix/5.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_5.0-1+$(lsb_release -sc)_all.deb dpkg -i zabbix-release_5.0-1+$(lsb_release -sc)_all.deb apt update apt install -y --only-upgrade zabbix-server-mysql zabbix-frontend-php apt-get install -y zabbix-apache-conf
Code:
The frontend does not match Zabbix database. Current database version (mandatory/optional): 5000000/5000000. Required mandatory version: 4040000. Contact your system administrator.
- I tried to update only zabbix-frontend-php but doesen't work
- I tried: apt purge zabbix-frontend-php and apt install zabbix-frontend-php -> no success
Code:
dpkg -l | grep zabbix
Code:
ii zabbix-agent 1:5.0.2-1+xenial amd64 Zabbix network monitoring solution - agent [COLOR=#e74c3c]ii zabbix-apache-conf 1:4.4.10-1+xenial all Zabbix network monitoring solution - apache configuration for front-end ii zabbix-frontend-php 1:4.4.10-1+xenial all Zabbix network monitoring solution - PHP front-end[/COLOR] ii zabbix-release 1:5.0-1+xenial all Zabbix official repository configuration ii zabbix-sender 1:5.0.2-1+xenial amd64 Zabbix network monitoring solution - sender ii zabbix-server-mysql 1:5.0.2-1+xenial amd64 Zabbix network monitoring solution - server (MySQL)
Code:
deb http://repo.zabbix.com/zabbix/5.0/ubuntu xenial main deb-src http://repo.zabbix.com/zabbix/5.0/ubuntu xenial main
Comment