From 25f17c04ad1d8af1f588a847135181d3c6df1aa4 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 23 Sep 2019 08:38:18 +0200 Subject: [PATCH] Upgrading Docs: Add a repository requirement table to clarify things Imho `On platforms where EPEL or Backports cannot satisfy this dependency` is enough, but GH is flooded with issues. https://github.com/Icinga/icinga2/issues/7523 https://github.com/Icinga/icinga2/issues/7524 https://github.com/Icinga/icinga2/issues/7522 https://github.com/Icinga/icinga2/issues/7512 https://github.com/Icinga/icinga2/issues/7511 https://github.com/Icinga/icinga-packaging/issues/150 https://github.com/Icinga/icinga-packaging/issues/149 https://github.com/Icinga/icinga-packaging/issues/148 https://github.com/Icinga/icinga-packaging/issues/146 --- doc/16-upgrading-icinga-2.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/doc/16-upgrading-icinga-2.md b/doc/16-upgrading-icinga-2.md index 88c7d8284..76277c50d 100644 --- a/doc/16-upgrading-icinga-2.md +++ b/doc/16-upgrading-icinga-2.md @@ -29,14 +29,22 @@ The rewrite of our core network stack for cluster and REST API requires newer Boost versions, specifically >= 1.66. For technical details, please continue reading in [this issue](https://github.com/Icinga/icinga2/issues/7041). -The package dependencies have been updated for RPM/DEB already. -On platforms where EPEL or Backports cannot satisfy this dependency, -we provide Boost as package on our [package repository](https://packages.icinga.com): +Distribution | Repository providing Boost Dependencies +---------------------|------------------------------------- +RHEL/CentOS 7 | [EPEL repository](02-installation.md#package-repositories-rhel-epel) +RHEL/CentOS 6 x64 | [packages.icinga.com](https://packages.icinga.com) +Fedora | Fedora Upstream +Debian 10 Buster | Debian Upstream +Debian 9 Stretch | [Backports repository](02-installation.md#package-repositories-debian-backports) **New since 2.11** +Debian 8 Jessie | [packages.icinga.com](https://packages.icinga.com) +Ubuntu 18 Bionic | [packages.icinga.com](https://packages.icinga.com) +Ubuntu 16 Xenial | [packages.icinga.com](https://packages.icinga.com) +SLES 15 | SUSE Upstream +SLES 12 | [packages.icinga.com](https://packages.icinga.com) (replaces the SDK repository requirement) -* SLES 12 (this replaces the SDK requirement) -* CentOS 6 x64 -* Debian Jessie -* Ubuntu Xenial/Bionic +On platforms where EPEL or Backports cannot satisfy this dependency, +we provide Boost as package on our [package repository](https://packages.icinga.com) +for your convenience. After upgrade, you may remove the old Boost packages (1.53 or anything above) if you don't need them anymore.