I upgraded several Icinga-Packages on my debian-stretch server today. However, some packages have been held back and I’m a little concerned that sudo apt-get dist-upgrade
wants to remove some neccessary packages. At least it seems like that to me. There is no mention of reinstalling said packages and I’m wondering if in fact I somehow misconfigured my icinga2 installation.
Keep in mind: The monitoring system is a HA-Setup and otherwise is working fine.
user@machine:~# uname -srvmo
Linux 4.9.0-14-amd64 #1 SMP Debian 4.9.246-2 (2020-12-17) x86_64 GNU/Linux
user@machine:~# dpkg -l | grep icinga2
ii icinga2 2.11.3-1.stretch amd64 host and network monitoring system
ii icinga2-bin 2.11.3-1.stretch amd64 host and network monitoring system - daemon
ii icinga2-common 2.11.3-1.stretch all host and network monitoring system - common files
ii icinga2-ido-pgsql 2.11.3-1.stretch amd64 host and network monitoring system - PostgreSQL support
ii vim-icinga2 2.12.3-1.stretch all syntax highlighting for Icinga 2 config files in VIM
user@machine:~# apt-get dist-upgrade --dry-run
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
dbconfig-common icinga2-common libboost-atomic1.67.0 libboost-chrono1.67.0 libboost-context1.67.0 libboost-coroutine1.67.0 libboost-date-time1.67.0 libboost-filesystem1.67.0 libboost-program-options1.67.0 libboost-regex1.67.0 libboost-system1.67.0
libboost-thread1.67.0
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
icinga2 icinga2-bin icinga2-ido-pgsql
The following packages will be upgraded:
icinga2-common
1 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
Remv icinga2 [2.11.3-1.stretch]
Remv icinga2-ido-pgsql [2.11.3-1.stretch]
Remv icinga2-bin [2.11.3-1.stretch]
Inst icinga2-common [2.11.3-1.stretch] (2.12.3-1.stretch debian icinga-stretch:icinga-stretch [all])
Conf icinga2-common (2.12.3-1.stretch debian icinga-stretch:icinga-stretch [all])
That can’t be safe, can it? Or will everyhing be fine if I (re-)install the missing packages after the upgrade. I’m a bit lost here ¯\(ツ)/¯