Upgrading from r2.10.5-1 to 2.11 isnt possible

The upgrade from r2.10.5-1 to 2.11 fails.
Do you have tipps for me?
Icinga runs on Ubuntu LTS 16.04.6, mysql version 5.7.27 with director 1.6.0 and icingaweb 2.7.1.

The error unfortunately in German because the operating system is running in German here:

dpkg: Abhängigkeitsprobleme verhindern Konfiguration von icinga2-bin:
icinga2-bin hängt ab von icinga2-common (= 2.11.0-2.xenial); aber:
Paket icinga2-common ist noch nicht konfiguriert.

dpkg: Fehler beim Bearbeiten des Paketes icinga2-bin (–configure):
Abhängigkeitsprobleme - verbleibt unkonfiguriert
Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung darauf hindeutet, dass dies lediglich ein Folgefehler eines vorherigen Problems ist.
Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung darauf hindeutet, dass dies lediglich ein Folgefehler eines vorherigen Problems ist.
Es wurde kein Apport-Bericht verfasst, da das Limit MaxReports bereits erreicht ist.
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von icinga2-ido-mysql:
icinga2-ido-mysql hängt ab von icinga2-bin (= 2.11.0-2.xenial); aber:
Paket icinga2-bin ist noch nicht konfiguriert.
icinga2-ido-mysql hängt ab von icinga2-common (= 2.11.0-2.xenial); aber:
Paket icinga2-common ist noch nicht konfiguriert.

dpkg: Fehler beim Bearbeiten des Paketes icinga2-ido-mysql (–configure):
Abhängigkeitsprobleme - verbleibt unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von icinga2:
icinga2 hängt ab von icinga2-bin (= 2.11.0-2.xenial); aber:
Paket icinga2-bin ist noch nicht konfiguriert.
icinga2 hängt ab von icinga2-common (= 2.11.0-2.xenial); aber:
Paket icinga2-common ist noch nicht konfiguriert.

Seems that something went wrong, sorry for that. Please try as follows:

apt install \
    icinga2-common=2.11.0-2.xenial \
    icinga2-bin=2.11.0-2.xenial \
    icinga2=2.11.0-2.xenial \
    icinga2-ido-mysql=2.11.0-2.xenial

If this doesn’t work, please run:

apt -f install

If there is some mess, it should clean it up - or give more details. In any case, please read the solution it proposes before pressing Yes :wink:

To help people facing similar issues: could you please share how you got here? What steps did you take?

Just had the same issue.

The problem was that I also updated the files in icinga2/conf.d folder, which I previously had deleted on that installation(old installation, where the node wizard didn’t ask for config exclusion). That led to config errors that prevented icinga2 from starting and thus “crashed” the installation.
After excluding the config files in conf.d from the icinga2.conf, icinga2 started again and the installation was successful.

Oh thanks thats the answer…