In this tutorial for upgrade zabbix system from version 5.0 to 5.4. ZABBIX is an open source network monitoring tools. So I will try to provide zabbix server upgrade using testing lab.
###############################
Operating system:
ubuntu 20.04
Zabbix version :
5.0.16
Mysql version :
8
Php version :
7.4 ###############################
root@ubuntu20:~#: lsb_release -a && ip r root@ubuntu20:~#: zabbix_server -V root@ubuntu20:~#: mysql -V root@ubuntu20:~#: php -v root@ubuntu20:~#: systemctl stop zabbix-server
root@ubuntu20:~#:mkdir backup root@ubuntu20:~#: cp /etc/zabbix/zabbix_server.conf /root/backup root@ubuntu20:~#: cp /etc/zabbix/zabbix_agentd.conf /root/backup root@ubuntu20:~#: cp /etc/zabbix/web/zabbix.conf.php /root/backup root@ubuntu20:~#: mysqldump -u root -p zabbix > /root/backup/zabbix.sql
root@ubuntu20:~#: wget wget https://repo.zabbix.com/zabbix/5.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_5.4-1%2Bubuntu20.04_all.deb root@ubuntu20:~#: dpkg -i zabbix-release_5.4-1+ubuntu20.04_all.deb root@ubuntu20:~#: apt-get update root@ubuntu20:~#: apt-get install --only-upgrade zabbix-server-mysql zabbix-agent zabbix-frontend-php root@ubuntu20:~#: apt -y autoremove root@ubuntu20:~#: tail -f /var/log/zabbix/zabbix_server.log
root@ubuntu20:~#: cp /root/backup/zabbix_server.conf /etc/zabbix/ root@ubuntu20:~#: cp /root/backup/zabbix_agentd.conf /etc/zabbix/ root@ubuntu20:~#: cp /root/backup/zabbix.conf.php /etc/zabbix/web/
Then restart below service.
root@ubuntu20:~#: systemctl restart zabbix-server zabbix-agent nginx php7.4-fpm root@ubuntu20:~#: systemctl enable zabbix-server zabbix-agent nginx php7.4-fpm
Check log for upgrade status.
root@ubuntu20:~#: tail -f /var/log/zabbix/zabbix_server.log
If see any problem please see YouTube channel for more details.
NVIDIA JetPack 4 reached its end-of-life (EOL) in November 2024, marking the end of security…
This blog is contributed by Pushkar Kulkarni, a Software Engineer at Canonical. Building on the…
This blog is contributed by Vladimir Petko, a Software Engineer at Canonical. The release of…
The apt package manager is responsible for installing .deb packages on Ubuntu LTS (long-term support)…
Today we are announcing chiseled containers for OpenJRE 8, 17 and 21 (Open Java Runtime…
Java has long been the most popular language for software development in large enterprises, with…