Closed dnsmichi closed 4 years ago
Same in #86.
We should add the following to our docs:
Note that if you're using 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
I've added the note to the installation documentation. This issue will be closed with #3
Steps to reproduce
Fresh CentOS 7 Vagrant box. Snapshot repository enabled like documented in icinga2: https://icinga.com/docs/icinga2/latest/doc/21-development/#snapshot-packages-nightly-builds
Going further with the docs draft PR: https://github.com/Icinga/icingadb/pull/3/files
MariaDB install.
Schema import.
Likely related to
ROW_FORMAT=dynamic
.More details