Skip to content

Commit

Permalink
docs: Fix required versions of DBs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Schuppik committed May 29, 2024
1 parent 2111c84 commit 0e4f038
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions doc/02-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,11 @@ or install [from source](02-Installation.md.d/From-Source.md).

## Setting up the Database

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

### Setting up a MySQL or MariaDB Database

If you use a version of MySQL < 5.7 or MariaDB < 10.2, the following server options must be set:

```
innodb_file_format=barracuda
innodb_file_per_table=1
innodb_large_prefix=1
```

Set up a MySQL database for Icinga for Kubernetes:

```
Expand Down

0 comments on commit 0e4f038

Please sign in to comment.