Hello,
I've downloaded the new 7.0.2 deb file and ran dpkg -i. The only issue is that, by mistake, I didn't allow it to overwrite the
file and now, no matter what I try, I can't seem to update the
Some info:
So, the request goes to
but it's like 7.0* is completely ignored.
Any help is appreciated!
I've downloaded the new 7.0.2 deb file and ran dpkg -i. The only issue is that, by mistake, I didn't allow it to overwrite the
Code:
/etc/apt/sources.list.d/zabbix.list
Code:
zabbix-server-mysql
Code:
# apt-cache policy zabbix-server-mysql
zabbix-server-mysql:
Installed: 1:6.4.11-1+ubuntu20.04
Candidate: 1:6.4.11-1+ubuntu20.04
Version table:
*** 1:6.4.11-1+ubuntu20.04 100
100 /var/lib/dpkg/status
1:4.0.17+dfsg-1 500
500 http://mirror.init7.net/ubuntu focal/universe amd64 Packages
Code:
# cat /etc/apt/sources.list.d/zabbix.list # Zabbix main repository deb https://repo.zabbix.com/zabbix/7.0/ubuntu focal main deb-src https://repo.zabbix.com/zabbix/7.0/ubuntu focal main # Zabbix unstable repository #deb https://repo.zabbix.com/zabbix/6.5/ubuntu focal main #deb-src https://repo.zabbix.com/zabbix/6.5/ubuntu focal main
Code:
# apt update Hit:1 http://mirror.init7.net/ubuntu focal InRelease Hit:2 http://mirror.init7.net/ubuntu focal-updates InRelease Hit:3 http://mirror.init7.net/ubuntu focal-backports InRelease Hit:4 https://mirror.mva-n.net/mariadb/repo/10.11/ubuntu focal InRelease Hit:5 https://download.docker.com/linux/ubuntu focal InRelease Hit:6 http://mirror.init7.net/ubuntu focal-security InRelease Hit:7 https://repo.zabbix.com/zabbix-tools/debian-ubuntu focal InRelease Hit:8 https://repo.zabbix.com/zabbix/7.0/ubuntu focal InRelease Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. root@zabbix:/etc/apt/apt.conf.d# apt search zabbix-server-mysql Sorting... Done Full Text Search... Done zabbix-server-mysql/now 1:6.4.11-1+ubuntu20.04 amd64 [installed,local] Zabbix network monitoring solution - server (MySQL)
Code:
zabbix/7.0/
Any help is appreciated!
Comment