Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - innodb_log_file_size error while using innodb_redo_log_capacity #645

Open
arndkeyz opened this issue Feb 17, 2025 · 0 comments
Open

Comments

@arndkeyz
Copy link

arndkeyz commented Feb 17, 2025

Environment

  • Server OS: Debian 11.11
  • Browser: Firefox 135.0
  • Znuny version: 6.5.11

Expected behavior

When opening Support Data Collector there should be no error about innodb_log_file_size when the variable innodb_redo_log_capacity is set, which supercedes the innodb_log_files_in_group and innodb_log_file_size variables.

Actual behavior

An error is shown:

The setting innodb_log_file_size must be at least 256 MB.

How to reproduce

Steps to reproduce the behavior:

  1. Go to 'Admin'
  2. Click on 'Support Data Collector'
  3. Scroll down to 'Database'
  4. See error

Additional information

https://dev.mysql.com/doc/refman/8.0/en/innodb-redo-log.html#innodb-modifying-redo-log-capacity
https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_redo_log_capacity
This new parameter was introduced with MySQL 8.0.30. There was no issue prior to that version.

I believe innodb_log_file_size variable is also checked when doing a clean install.
However, it has been a while since I performed a clean install, so I am not certain.

Screenshots

Image

@arndkeyz arndkeyz changed the title Bug - [short text describing the problem] innodb_log_file_size error while using innodb_redo_log_capacity Feb 17, 2025
@arndkeyz arndkeyz changed the title innodb_log_file_size error while using innodb_redo_log_capacity Bug - innodb_log_file_size error while using innodb_redo_log_capacity Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant