I noticed a report from a Japanese user and tried it, and there is a problem that the value of the item cannot be obtained in 6.0.15.
I've also posted a bug report.
I've also posted a bug report.
sudo yum -y downgrade zabbix-*[6.0.14-release1.el9]
sudo apt download --print-uris zabbix-server-mysql # change the minor version and wget it sudo systemctl stop zabbix-server sudo apt remove zabbix-server-mysql sudo dpkg -i zabbix-server-mysql_6.0.14-1+ubuntu22.04_arm64.debzabbix-server-mysql_6.0.14 sudo systemctl start zabbix-server
. I was able to downgrade by running:
Comment