I have a zabbix installation on a raspberry pi with the raspbian OS version: Raspbian GNU/Linux 9 (stretch).
For the database I use mysql for the web part I use apache. I use this documentation for the upgrade: https://www.zabbix.com/documentation.../debian_ubuntu
on the point: Then install the new repository configuration package.
# wget https://repo.zabbix.com/zabbix/4.4/d...tretch_all.deb # dpkg -i zabbix-release_4.4-1+stretch_all.deb all seems to be good, but I never receive this file:
/etc/apt/sources.list.d/zabbix.list So If I try to upgrade with the commands:
# apt-get install --only-upgrade zabbix-server-mysql zabbix-frontend-php zabbix-agent nothing happens. root@raspioffice:/etc/apt/sources.list.d# apt-get install --only-upgrade zabbix-server-mysql zabbix-frontend-php zabbix-agent
Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig
zabbix-server-mysql ist schon die neueste Version (1:4.0.15-1+stretch).
zabbix-agent ist schon die neueste Version (1:4.0.15-1+stretch).
zabbix-frontend-php ist schon die neueste Version (1:4.0.15-1+stretch).
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: coinor-libipopt1v5 libmumps-seq-4.10.0 libraw15 realpath Verwenden Sie »sudo apt autoremove«, um sie zu entfernen. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
What I'm doing wrong? Thanks for helping.
For the database I use mysql for the web part I use apache. I use this documentation for the upgrade: https://www.zabbix.com/documentation.../debian_ubuntu
on the point: Then install the new repository configuration package.
# wget https://repo.zabbix.com/zabbix/4.4/d...tretch_all.deb # dpkg -i zabbix-release_4.4-1+stretch_all.deb all seems to be good, but I never receive this file:
/etc/apt/sources.list.d/zabbix.list So If I try to upgrade with the commands:
# apt-get install --only-upgrade zabbix-server-mysql zabbix-frontend-php zabbix-agent nothing happens. root@raspioffice:/etc/apt/sources.list.d# apt-get install --only-upgrade zabbix-server-mysql zabbix-frontend-php zabbix-agent
Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig
zabbix-server-mysql ist schon die neueste Version (1:4.0.15-1+stretch).
zabbix-agent ist schon die neueste Version (1:4.0.15-1+stretch).
zabbix-frontend-php ist schon die neueste Version (1:4.0.15-1+stretch).
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt: coinor-libipopt1v5 libmumps-seq-4.10.0 libraw15 realpath Verwenden Sie »sudo apt autoremove«, um sie zu entfernen. 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
What I'm doing wrong? Thanks for helping.
Comment