librenms / docker

LibreNMS Docker image
MIT License
662 stars 275 forks source link

Case Insensitive Table Names do not pass validation #356

Closed jasonTriplett1 closed 1 year ago

jasonTriplett1 commented 1 year ago

When installing on Docker for Deskop on Windows, the lower case table names flag for mariadb must be set to 1, or mariadb will not start.

However, the database validation fails. It seems that the validator is not recognizing the case insensitive table names.

https://mariadb.com/kb/en/server-system-variables/#lower_case_table_names

crazy-max commented 1 year ago

Would need repro with logs, please create a proper bug report.