This section provides the steps required for a successful upgrade from Zabbix 6.2.x to the latest version of Zabbix 6.4.x using official Zabbix packages for Debian/Ubuntu.
Before the upgrade make sure to read the relevant upgrade notes!
You may also want to check the requirements for 6.4.
It may be handy to run two parallel SSH sessions during the upgrade, executing the upgrade steps in one and monitoring the server/proxy logs in another. For example, run tail -f zabbix_server.log
or tail -f zabbix_proxy.log
in the second SSH session showing you the latest log file entries and possible errors in real time. This can be critical for production instances.
For instructions on upgrading between Zabbix 6.4.x minor versions (for example, from 6.4.1 to 6.4.3), see Upgrade between minor versions.
Stop Zabbix server to make sure that no new data is inserted into database.
If upgrading Zabbix proxy, agent, or agent 2, stop these components too:
This is a very important step. Make sure that you have a backup of your database. It will help if the upgrade procedure fails (lack of disk space, power off, any unexpected problem).
Make a backup copy of Zabbix binaries, configuration files and the PHP file directory.
Configuration files:
# mkdir /opt/zabbix-backup/
# cp /etc/zabbix/zabbix_server.conf /opt/zabbix-backup/
# cp /etc/apache2/conf-enabled/zabbix.conf /opt/zabbix-backup/
PHP files and Zabbix binaries:
Before proceeding with the upgrade, uninstall your current repository package:
Then, install the latest repository configuration package to ensure compatibility with the newest packages and to include any recent security patches or bug fixes.
On Debian 12, run:
# wget https://repo.zabbix.com/zabbix/6.4/debian/pool/main/z/zabbix-release/zabbix-release_latest+debian12_all.deb
# dpkg -i zabbix-release_latest+debian12_all.deb
On Debian 11, run:
# wget https://repo.zabbix.com/zabbix/6.4/debian/pool/main/z/zabbix-release/zabbix-release_latest+debian11_all.deb
# dpkg -i zabbix-release_latest+debian11_all.deb
For older Debian versions, replace the link above with the correct one from Zabbix repository. Note, however, that packages for those versions may not include all Zabbix components. For a list of components included, see Zabbix packages.
On Ubuntu 24.04, run:
# wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest+ubuntu24.04_all.deb
# dpkg -i zabbix-release_latest+ubuntu24.04_all.deb
On Ubuntu 22.04, run:
# wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest+ubuntu22.04_all.deb
# dpkg -i zabbix-release_latest+ubuntu22.04_all.deb
On Ubuntu 20.04, run:
# wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest+ubuntu20.04_all.deb
# dpkg -i zabbix-release_latest+ubuntu20.04_all.deb
For older Ubuntu versions, replace the link above with the correct one from Zabbix repository. Note, however, that packages for those versions may not include all Zabbix components. For a list of components included, see Zabbix packages.
You may see a prompt about the Zabbix repository configuration:
# Configuration file '/etc/apt/sources.list.d/zabbix.list'
# ==> Deleted (by you or by a script) since installation.
# ==> Package distributor has shipped an updated version.
# What would you like to do about it ? Your options are:
# Y or I : install the package maintainer's version
# N or O : keep your currently-installed version
# D : show the differences between the versions
# Z : start a shell to examine the situation
# The default action is to keep your current version.
# *** zabbix.list (Y/I/N/O/D/Z) [default=N] ?
Enter Y
(or I
) to install the package maintainer's version of the Zabbix repository configuration.
Then, update the repository information:
To upgrade Zabbix components you may run something like:
mysql
with pgsql
in the command.server
with proxy
in the command.zabbix-agent
with zabbix-agent2 zabbix-agent2-plugin-*
in the command.Upgrading Zabbix agent 2 with the apt install zabbix-agent2
command could lead to an error. For more information, see Known issues.
You may see a prompt about the Zabbix server (or proxy) configuration:
# Configuration file '/etc/zabbix/zabbix_server.conf'
# ==> Modified (by you or by a script) since installation.
# ==> Package distributor has shipped an updated version.
# What would you like to do about it ? Your options are:
# Y or I : install the package maintainer's version
# N or O : keep your currently-installed version
# D : show the differences between the versions
# Z : start a shell to examine the situation
# The default action is to keep your current version.
# *** zabbix_server.conf (Y/I/N/O/D/Z) [default=N] ?
Enter the option that best fits your situation. For example, enter D
to compare the current and new configuration, then decide if you want to install the package maintainer's version (Y
or I
).
Then, to upgrade the web frontend with Apache correctly, also run:
Distributions prior to Debian 10 (buster) / Ubuntu 18.04 (bionic) / Raspbian 10 (buster) do not provide PHP 7.2 or newer, which is required for Zabbix frontend 5.0. See information about installing Zabbix frontend on older distributions.
Make sure to review Upgrade notes to check if any changes in the configuration parameters are required.
For new optional parameters, see the What's new page.
Start the updated Zabbix components.
# systemctl start zabbix-server
# systemctl start zabbix-proxy
# systemctl start zabbix-agent
# systemctl start zabbix-agent2
After the upgrade you may need to clear web browser cookies and web browser cache for the Zabbix web interface to work properly.
It is possible to upgrade between Zabbix 6.4.x minor versions (for example, from 6.4.1 to 6.4.3).
First, update the repository information:
Then, to upgrade Zabbix minor version, please run:
To upgrade Zabbix server minor version only, please run:
To upgrade Zabbix agent minor version only, please run:
or, for Zabbix agent 2: