I just did a clean install of zabbix 5.2 on raspbian 64bit according to the instructions provided by the download website. When I finished the installation the frontend errored that the database version was for zabbix 4 and not 5.2. Upon checking the zabbix-server version it returned 4.0.4 as you can see in the apt-cache below.
root@raspberrypi:~# zabbix_server --version
zabbix_server (Zabbix) 4.0.4
root@raspberrypi:~# apt-cache madison zabbix-server-mysql
zabbix-server-mysql | 1:4.0.4+dfsg-1 | http://deb.debian.org/debian buster/main arm64 Packages
zabbix | 1:5.2.0-1+debian10 | http://repo.zabbix.com/zabbix/5.2/raspbian buster/main Sources
Is this a repo bug or did I mess something up?
root@raspberrypi:~# zabbix_server --version
zabbix_server (Zabbix) 4.0.4
root@raspberrypi:~# apt-cache madison zabbix-server-mysql
zabbix-server-mysql | 1:4.0.4+dfsg-1 | http://deb.debian.org/debian buster/main arm64 Packages
zabbix | 1:5.2.0-1+debian10 | http://repo.zabbix.com/zabbix/5.2/raspbian buster/main Sources
Is this a repo bug or did I mess something up?
Comment