Hi!
I've been trying to install 7.4 Zabbix in my Ubuntu 24.04 server, but with no success. I'm currently running 7.0.22 and mysql 8.0.44
The commands I do are:
I get the following
root@zabbix:/var/tmp# zabbix-release_latest_7.4+ubuntu24.04_all.deb
(Reading database ... 212607 files and directories currently installed.)
Preparing to unpack zabbix-release_latest_7.4+ubuntu24.04_all.deb ...
Unpacking zabbix-release (1:7.4-1+ubuntu24.04) over (1:7.4-1+ubuntu24.04) ...
Setting up zabbix-release (1:7.4-1+ubuntu24.04) ...
root@zabbix:/var/tmp#
I do a
And then it stays still on 7.0.22
shows that both installed and candidate versions remain 7.0.22:
Even more when I try to change the repo in /etc/apt/sources.list.d/zabbix.list to the 7.4 i get this.
Of course I stop the services before doing anything.
I would like guidance on the correct procedure to upgrade from Zabbix 7.0.22 to 7.4 on Ubuntu 24.04 and also confirm if Zabbix 7.4 is fully supported on Ubuntu 24.04.
Thank you so much for your help in advance.
I've been trying to install 7.4 Zabbix in my Ubuntu 24.04 server, but with no success. I'm currently running 7.0.22 and mysql 8.0.44
The commands I do are:
Code:
wget https://repo.zabbix.com/zabbix/7.4/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.4+ubuntu24.04_all.deb dpkg -i zabbix-release_latest_7.4+ubuntu24.04_all.deb sudo apt update sudo apt install --only-upgrade zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-agent
root@zabbix:/var/tmp# zabbix-release_latest_7.4+ubuntu24.04_all.deb
(Reading database ... 212607 files and directories currently installed.)
Preparing to unpack zabbix-release_latest_7.4+ubuntu24.04_all.deb ...
Unpacking zabbix-release (1:7.4-1+ubuntu24.04) over (1:7.4-1+ubuntu24.04) ...
Setting up zabbix-release (1:7.4-1+ubuntu24.04) ...
root@zabbix:/var/tmp#
I do a
Code:
zabbix_server --version
Code:
apt-cache policy
Even more when I try to change the repo in /etc/apt/sources.list.d/zabbix.list to the 7.4 i get this.
The repo https://repo.zabbix.com/zabbix/7.4/release/ubuntu noble main has not a release file
I would like guidance on the correct procedure to upgrade from Zabbix 7.0.22 to 7.4 on Ubuntu 24.04 and also confirm if Zabbix 7.4 is fully supported on Ubuntu 24.04.
Thank you so much for your help in advance.