Hello All,
Currently we are using zabbix4.0.7 and we want to upgrade it to zabbix4.4. I have followed the below steps in my testing environment:
But when i try to access the zabbix dashboard i am getting below error:
Even when i checked the `zabbix_server.conf` file i didn't found my old configuration like DBPassword etc. Its seems its replaced with new file.
Can you please help me how we can upgrade existing zabbix to higher version without any file configuration changes.
Thanks.
Currently we are using zabbix4.0.7 and we want to upgrade it to zabbix4.4. I have followed the below steps in my testing environment:
Code:
service stop zabbix-server service stop zabbix-agent rm -Rf /etc/apt/sources.list.d/zabbix.list wget https://repo.zabbix.com/zabbix/4.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.4-1+bionic_all.deb dpkg -i zabbix-release_4.4-1+bionic_all.deb apt-get update apt-get install --only-upgrade zabbix-server-mysql zabbix-frontend-php zabbix-agent apt-get install zabbix-apache-conf service zabbix-server start service zabbix-agent start
Code:
The frontend does not match Zabbix database. Current database version (mandatory/optional): 4000000/4000004. Required mandatory version: 4040000. Contact your system administrator.
Can you please help me how we can upgrade existing zabbix to higher version without any file configuration changes.
Thanks.
Comment