From c2dd6c82db942303321090924f2479581d1c3a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20K=C3=B6llmann?= Date: Mon, 19 Jul 2021 13:50:35 +0200 Subject: [PATCH] Add database upgrade script paths for Debian/Ubuntu (cherry picked from commit 2b09d22326bfb9f9e13f19a7579715aa4b2f50e4) --- doc/80-Upgrading.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md index 44f782d61..ead8e4b23 100644 --- a/doc/80-Upgrading.md +++ b/doc/80-Upgrading.md @@ -26,7 +26,7 @@ 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/` + 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** @@ -266,7 +266,8 @@ affects environments that opted for not storing preferences, your new backend is ## Upgrading the MySQL Database If you installed Icinga Web 2 from package, please check the upgrade scripts located in -**/usr/share/doc/icingaweb2/schema/mysql-upgrades** to update your database schema. +**/usr/share/doc/icingaweb2/schema/mysql-upgrades** (Debian/Ubuntu: **/usr/share/icingaweb2/etc/schema/mysql-upgrades**) +to update your database schema. In case you installed Icinga Web 2 from source, please find the upgrade scripts in **etc/schema/mysql-upgrades**. > **Note** @@ -297,7 +298,8 @@ upgrade files involved, apply them incrementally. ## Upgrading the PostgreSQL Database If you installed Icinga Web 2 from package, please check the upgrade scripts located in -**/usr/share/doc/icingaweb2/schema/pgsql-upgrades** to update your database schema. +**/usr/share/doc/icingaweb2/schema/pgsql-upgrades** (Debian/Ubuntu: **/usr/share/icingaweb2/etc/schema/pgsql-upgrades**) +to update your database schema. In case you installed Icinga Web 2 from source, please find the upgrade scripts in **etc/schema/pgsql-upgrades**. > **Note**