Skip to content

Commit f64d3ea

Browse files
authored
Merge pull request #94 from Icinga/fix-documentation
Fix documentation
2 parents 496d2b4 + d86f1be commit f64d3ea

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

doc/02-Installation.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,11 @@ or install [from source](02-Installation.md.d/From-Source.md).
2424

2525
## Setting up the Database
2626

27-
A MySQL (≥5.5) or MariaDB (≥10.1) database is required to run Icinga for Kubernetes.
28-
Please follow the steps listed for your target database,
29-
which guide you through setting up the database and user, and importing the schema.
27+
A MySQL (≥8.0) or MariaDB (≥10.5) database is required to run Icinga for Kubernetes.
28+
Please follow the steps, which guide you through setting up the database and user, and importing the schema.
3029

3130
### Setting up a MySQL or MariaDB Database
3231

33-
If you use a version of MySQL < 5.7 or MariaDB < 10.2, the following server options must be set:
34-
35-
```
36-
innodb_file_format=barracuda
37-
innodb_file_per_table=1
38-
innodb_large_prefix=1
39-
```
40-
4132
Set up a MySQL database for Icinga for Kubernetes:
4233

4334
```
@@ -49,7 +40,7 @@ GRANT ALL ON kubernetes.* TO 'kubernetes'@'localhost';
4940
Icinga for Kubernetes automatically imports the schema on first start and also applies schema migrations if required.
5041
<!-- {% if not from_source %} -->
5142
You can also import the schema file manually, which is located at
52-
`/usr/share/kubernetes/schema/mysql/schema.sql`.
43+
`/usr/share/icinga-kubernetes/schema/mysql/schema.sql`.
5344
<!-- {% endif %} -->
5445

5546
<!-- {% if not from_source %} -->

0 commit comments

Comments
 (0)