doc: Add v2.9.1 upgrading notes

(cherry picked from commit 81831e3eedc0a2b3a924d79c7668fa5082951e39)
This commit is contained in:
Johannes Meyer 2021-07-26 17:46:10 +02:00
parent c2dd6c82db
commit f5b7dda035

View File

@ -3,6 +3,14 @@
Specific version upgrades are described below. Please note that upgrades are incremental. An upgrade from Specific version upgrades are described below. Please note that upgrades are incremental. An upgrade from
v2.6 to v2.8 requires to follow the instructions for v2.7 too. v2.6 to v2.8 requires to follow the instructions for v2.7 too.
## Upgrading to Icinga Web 2 2.9.1
**Database Schema**
* Please apply the `v2.9.1.sql` upgrade script depending on your database vendor.
In package installations this file can be found in `/usr/share/doc/icingaweb2/schema/*-upgrades/`
(Debian/Ubuntu: `/usr/share/icingaweb2/etc/schema/*-upgrades/`).
## Upgrading to Icinga Web 2 2.9.x ## Upgrading to Icinga Web 2 2.9.x
**Installation** **Installation**
@ -26,7 +34,8 @@ v2.6 to v2.8 requires to follow the instructions for v2.7 too.
* Icinga Web 2 now permits its users to stay logged in. This requires a new database table. * Icinga Web 2 now permits its users to stay logged in. This requires a new database table.
* Please apply the `v2.9.0.sql` upgrade script depending on your database vendor. * Please apply the `v2.9.0.sql` upgrade script depending on your database vendor.
In package installations this file can be found in `/usr/share/doc/icingaweb2/schema/*-upgrades/` (Debian/Ubuntu: `/usr/share/icingaweb2/etc/schema/*-upgrades/`). In package installations this file can be found in `/usr/share/doc/icingaweb2/schema/*-upgrades/`
(Debian/Ubuntu: `/usr/share/icingaweb2/etc/schema/*-upgrades/`).
**Breaking changes** **Breaking changes**