File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff 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-
4132Set up a MySQL database for Icinga for Kubernetes:
4233
4334```
@@ -49,7 +40,7 @@ GRANT ALL ON kubernetes.* TO 'kubernetes'@'localhost';
4940Icinga for Kubernetes automatically imports the schema on first start and also applies schema migrations if required.
5041<!-- {% if not from_source %} -->
5142You 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 %} -->
You can’t perform that action at this time.
0 commit comments