]> granicus.if.org Git - icinga2/commitdiff
Docs: Add package related changes to the upgrading docs 6714/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 22 Oct 2018 14:18:21 +0000 (16:18 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Mon, 22 Oct 2018 14:18:21 +0000 (16:18 +0200)
doc/13-addons.md
doc/16-upgrading-icinga-2.md

index f2b2986d4fc9589d79623272a6d9b537479b2c89..b617498cfb7ced95215acee41b2fb6af53e26081 100644 (file)
@@ -94,7 +94,7 @@ installation, configuration and integration.
 ### Dashing Dashboard <a id="addons-visualization-dashing-dashboard"></a>
 
 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.
 
index 9809066d9052d45c64a863b199577a0a294f1d6b..3c46c9f86df329bb32bca2a48b1e80d513eaa13a 100644 (file)
@@ -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 <a id="upgrading-to-2-10-package-changes"></a>
+
+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 <a id="upgrading-to-2-9"></a>
 
 ### Deprecation and Removal Notes <a id="upgrading-to-2-9-deprecation-removal-notes"></a>