Ad Widget

Collapse

Is it possible to upgrade to Zabbix 7.4 in Ubuntu 24.04?

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NieR
    Junior Member
    • Oct 2024
    • 3

    #1

    Is it possible to upgrade to Zabbix 7.4 in Ubuntu 24.04?

    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:

    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
    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
    Code:
    zabbix_server --version
    And then it stays still on 7.0.22
    Code:
    apt-cache policy
    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.

    The repo https://repo.zabbix.com/zabbix/7.4/release/ubuntu noble main has not a release file
    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.
    Last edited by NieR; 05-01-2026, 15:05.
  • Answer selected by NieR at Yesterday, 13:54.
    Viktors Fomics
    Member
    • Oct 2025
    • 52

    Hello,

    Zabbix 7.4 is obviously fully supported on Ubuntu 24.04. The correct content for the /etc/apt/sources.list.d/zabbix.list or /etc/apt/sources.list.d/zabbix-release.list (depending on which one is used) file for 7.4 is the following:

    Please double-check if it is correct, if it is, it could be the issue with apt cache, so running apt clean should help.

    Comment

    • Viktors Fomics
      Member
      • Oct 2025
      • 52

      #2
      Hello,

      Zabbix 7.4 is obviously fully supported on Ubuntu 24.04. The correct content for the /etc/apt/sources.list.d/zabbix.list or /etc/apt/sources.list.d/zabbix-release.list (depending on which one is used) file for 7.4 is the following:

      Please double-check if it is correct, if it is, it could be the issue with apt cache, so running apt clean should help.

      Comment

      Working...