-
Notifications
You must be signed in to change notification settings - Fork 46
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
Percona Xtrabackup 2.2.x support for MySQL <= 5.6.8 #1
Comments
There is a bug with the Percona Xtrabackup 2.2.* tool related to the setting innodb_log_file_size in the configuration file. If the parameter is missing, xtrabackup will use a default hardcoded value based on MySQL >= 5.6.8. This value differs on MySQL <= 5.6.8, to use xtrabackup with these versions you need to specify the missing setting in the configuration file. By default, this value is 5M:
|
I'll keep the issue open until the bug at Percona is fixed. |
The bug has been fixed in Xtrabackup 2.2.6 ! |
It seems that there is an issue with the Percona Xtrabackup 2.2.x versions.
The package is currently distributed on Ubuntu via the xtrabackup package, you need to install percona-xtrabackup-21 to use the scripts.
This issue will follow the evolution on 2.2.x support.
The text was updated successfully, but these errors were encountered: