summaryrefslogtreecommitdiffstats
path: root/doc/80-Upgrading.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:28:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:28:59 +0000
commit978a1651bac3faf5e91ddba327bf39aeb6a4cb63 (patch)
treef0d1fee61877df200ccfb1c0af58a39cd551fb46 /doc/80-Upgrading.md
parentInitial commit. (diff)
downloadicingaweb2-module-reporting-978a1651bac3faf5e91ddba327bf39aeb6a4cb63.tar.xz
icingaweb2-module-reporting-978a1651bac3faf5e91ddba327bf39aeb6a4cb63.zip
Adding upstream version 0.10.0.upstream/0.10.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--doc/80-Upgrading.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/80-Upgrading.md b/doc/80-Upgrading.md
new file mode 100644
index 0000000..8252e6f
--- /dev/null
+++ b/doc/80-Upgrading.md
@@ -0,0 +1,18 @@
+# Upgrading Icinga Reporting <a id="upgrading"></a>
+
+Upgrading Icinga Reporting is straightforward.
+Usually the only manual steps involved are schema updates for the database.
+
+## Upgrading to Version 0.9.1 <a id="upgrading-to-v0.9.1"></a>
+
+Icinga Reporting version 0.9.1 requires a schema update for the database.
+The schema has been adjusted so that it is no longer necessary to adjust server settings
+if you're using a version of MySQL < 5.7 or MariaDB < 10.2.
+Further, the start dates for the provided time frames **Last Year** and **Current Year** have been fixed.
+Please find the upgrade script in **schema/mysql-migrations**.
+
+You may use the following command to apply the database schema upgrade file:
+
+```
+# mysql -u root -p reporting <schema/mysql-migrations/v0.9.1.sql
+```