-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 9.5.0, 9.5.1, 9.5.2, 9.5.3, 9.5.4
-
Component/s: Database (MySQL)
-
None
-
2
-
Severity 3 - Minor
Issue Summary
Bamboo Health Check showing warning message about innodb_log_file_size setting when using MySQL 8.x.
Steps to Reproduce
- Setup Bamboo using MySQL 8.x as database;
- Run the Health Check from Bamboo page.
Expected Results
Bamboo Health Check should not report any warning messages about innodb_log_file_size because this setting is deprecated starting from MySQL 8.x.
Actual Results
Bamboo Health Check shows this message:
What does this check do?
Checks if the innodb_log_file_size variable in your MySQL database is appropriate. A fail might be caused either by the maximum allowed packet size of the MySQL server being too small, or when the InnoDB log file is too small (sometimes both).
Result
Your innodb_log_file_size of 48 MB is too small. You should increase innodb_log_file_size to 64 MB.
Workaround
Disable the database Health Check.