I'm trying to upgrade from zabbix 4.4 to zabbix 6, running on ubuntu 18, using this guide
But i'm having this error when try to do the
I did the steps to install the zabbix 6 repository for ubuntu 18 (a lot of times) with no errors
<code>
# wget https://repo.zabbix.com/zabbix/6.2/u...u18.04_all.deb
# dpkg -i zabbix-release_6.2-1+ubuntu18.04_all.deb
# apt-get update
</code>
I don't know why the OS is not reading the zabbix 6 repository, and the OS is considering the zabbix 4 as up to date (I'm not a linux expert)
Looking in my /etc/apt sources I didn't find anything related to zabbix. maybe I need to add repositories manually? The weird thing is that I can't see any errors doing the step of adding zabbix 6 repo with the .deb package.
But i'm having this error when try to do the
Code:
apt-get install --only-upgrade zabbix-server-mysql zabbix-frontend-php zabbix-agent
Code:
zabbix-server-mysql is already the newest version (1:4.4.0-1+bionic). zabbix-agent is already the newest version (1:4.4.0-1+bionic). zabbix-frontend-php is already the newest version (1:4.4.0-1+bionic).
I did the steps to install the zabbix 6 repository for ubuntu 18 (a lot of times) with no errors
<code>
# wget https://repo.zabbix.com/zabbix/6.2/u...u18.04_all.deb
# dpkg -i zabbix-release_6.2-1+ubuntu18.04_all.deb
# apt-get update
</code>
I don't know why the OS is not reading the zabbix 6 repository, and the OS is considering the zabbix 4 as up to date (I'm not a linux expert)
Looking in my /etc/apt sources I didn't find anything related to zabbix. maybe I need to add repositories manually? The weird thing is that I can't see any errors doing the step of adding zabbix 6 repo with the .deb package.
Comment