mirror of https://github.com/Icinga/icinga2.git
Docs: Add package related changes to the upgrading docs
This commit is contained in:
parent
aebe6da168
commit
78e98a3f0e
|
@ -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.
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue