doc: Add v2.9.1 upgrading notes

This commit is contained in:
Johannes Meyer 2021-07-26 17:46:10 +02:00
parent 645c0770a2
commit 81831e3eed
1 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,14 @@
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.
## 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
**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.
* 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**