From 78e98a3f0ec8efedd29b9243e80e76832f352139 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 22 Oct 2018 16:18:21 +0200 Subject: [PATCH] Docs: Add package related changes to the upgrading docs --- doc/13-addons.md | 2 +- doc/16-upgrading-icinga-2.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/13-addons.md b/doc/13-addons.md index f2b2986d4..b617498cf 100644 --- a/doc/13-addons.md +++ b/doc/13-addons.md @@ -94,7 +94,7 @@ installation, configuration and integration. ### Dashing Dashboard The [Icinga 2 dashboard](https://github.com/dnsmichi/dashing-icinga2) is built -on top of Dashing and uses the [REST API](#icinga2-api) to visualize what's going +on top of Dashing and uses the [REST API](12-icinga2-api.md#icinga2-api) to visualize what's going on with your monitoring. It combines several popular widgets and provides development instructions for your own implementation. diff --git a/doc/16-upgrading-icinga-2.md b/doc/16-upgrading-icinga-2.md index 9809066d9..3c46c9f86 100644 --- a/doc/16-upgrading-icinga-2.md +++ b/doc/16-upgrading-icinga-2.md @@ -106,6 +106,22 @@ For example the following started to give a fatal error in 2.10: ```critical/config: Error: Zone 'XXX' can not have a global zone as parent.``` +### Package Changes + +Debian/Ubuntu drops the `libicinga2` package. `apt-get upgrade icinga2` +won't remove such packages leaving the upgrade in an unsatisfied state. + +Please use `apt-get full-upgrade` or `apt-get dist-upgrade` instead, as explained [here](https://github.com/Icinga/icinga2/issues/6695#issuecomment-430585915). + +On RHEL/CentOS/Fedora, `icinga2-libs` has been obsoleted. Unfortunately yum's dependency +resolver doesn't allow to install older versions than 2.10 then. Please +read [here](https://github.com/Icinga/icinga-packaging/issues/114#issuecomment-429264827) +for details. + +RPM packages dropped the [Classic UI](16-upgrading-icinga-2.md#upgrading-to-2-8-removed-classicui-config-package) +package in v2.8, Debian/Ubuntu packages were forgotten. This is now the case with this +release. Icinga 1.x is EOL by the end of 2018, plan your migration to [Icinga Web 2](https://icinga.com/docs/icingaweb2/latest/). + ## Upgrading to v2.9 ### Deprecation and Removal Notes