-
Notifications
You must be signed in to change notification settings - Fork 49
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
Change innodb_page_size with Parameter #348
Comments
It looks like there isn't. I'm I understanding the error correctly. The database engine is failing to start on the lvm-snapshot? |
This issue is repeatable if you configure MySQL with
I tried to make a patch but didn't get it working
The problem is that the |
There's a couple of ways we can solve this. Reading the value from the mysql server is a good option, but I'm not sure if that's possible and isn't a generic solution. Another option would be to allow any arbitrary options under [mysqld] in the holland config file |
The patch is reading the Here is
The problem seems to be that, in my patch, There are variables which you wouldn't want to read from the running MySQL instance like If one wanted to deploy with this variable, it is worth mention that MySQL must be instantiated with the option before creating a As an aside, investigating this bug report shows that Adding proper support for |
In mysqldump as well as in the raw plugin
|
Upon closer look, the patch seems to work correctly with The page size was copied to the temporary instance mysqld configuration with the original patch but
This should probably be multiple pull requests so that blame can be properly attributed. Additionally, during debugging I can up with two feature requests that were easily added in:
|
Hi, is there already a solution for the problem? |
Hello,
I am using Holland backup on with a MariaDB instance on version 10.4 with an innodb_pgage_size of 32k.
When I start the backup process using mysqldump-lvm process I get the following error:
[ERROR] InnoDB: Data file './ibdata1' uses page size 32768, but the innodb_page_size start-up parameter is 16384.
Is there a way to set the page size manually?
The text was updated successfully, but these errors were encountered: