From 16849d8c70f9063cb7ca656da28ede0e2178d814 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Tue, 8 Aug 2023 14:41:31 +0200 Subject: [PATCH] doc/04-Upgrading.md: Fix path for schema upgrades Looks like these were never in /usr/share/doc and the documentation was just wrong for 1.0.0. --- doc/04-Upgrading.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/04-Upgrading.md b/doc/04-Upgrading.md index 61caf5f8..5a085e02 100644 --- a/doc/04-Upgrading.md +++ b/doc/04-Upgrading.md @@ -6,8 +6,8 @@ If you are upgrading across multiple versions, make sure to follow the steps for ## Upgrading to Icinga DB v1.1.1 Please apply the `1.1.1.sql` upgrade script to your database. -For package installations, you can find this file at `/usr/share/doc/icingadb/schema/mysql/upgrades/` or -`/usr/share/doc/icingadb/schema/pgsql/upgrades/`, depending on your database type. +For package installations, you can find this file at `/usr/share/icingadb/schema/mysql/upgrades/` or +`/usr/share/icingadb/schema/pgsql/upgrades/`, depending on your database type. Note that this upgrade will change the `history` table, which can take some time depending on the size of the table and the performance of the database. While the upgrade is running, that table will be locked and can't be accessed. This @@ -28,7 +28,7 @@ restart the daemon when upgrading the package. **Database Schema** * For MySQL databases, please apply the `1.0.0.sql` upgrade script. - For package installations, you can find this file at `/usr/share/doc/icingadb/schema/mysql/upgrades/`. + For package installations, you can find this file at `/usr/share/icingadb/schema/mysql/upgrades/`. ## Upgrading to Icinga DB RC2