summaryrefslogtreecommitdiffstats
path: root/doc/80-Upgrading.md
blob: 85c5fa8098d9b8140787589f34c9bd24348e06d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Upgrading Icinga Certificate Monitoring

Upgrading Icinga Certificate Monitoring is straightforward.
Usually the only manual steps involved are schema updates for the database.

## Upgrading to version 1.1.0

Icinga Certificate Monitoring version 1.1.0 fixes issues that affect the database schema.
To have these issues really fixed in your environment, the schema must be upgraded.
Please find the upgrade script in **etc/schema/mysql-upgrade**.

You may use the following command to apply the database schema upgrade file:

```
# mysql -u root -p x509 < etc/schema/mysql-upgrade/v1.1.0.sql
```

## Upgrading to version 1.0.0

Icinga Certificate Monitoring version 1.0.0 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.
Please find the upgrade script in **etc/schema/mysql-upgrade**.

You may use the following command to apply the database schema upgrade file:

```
# mysql -u root -p x509 < etc/schema/mysql-upgrade/v1.0.0.sql
```