I am trying to create a routine to backup a remote instance. The command I use:
mysqlbackup --user=user --password --host=192.168.0.109 --port=3308 --backup-image="D:\test.mbi" --force --backup-dir=d:\backups_temp\ --force backup-to-image
But MEB returns the following error:
150910 14:50:53 mysqlbackup: INFO: MEB log file created in d: \ backups_temp \ meta \ MEB_2015-09-10-14.14-50-53_image_backup.log
mysqlbackup: ERROR: innodb_page_size, obtained from header 0 of innodb, does not match innodb_page_size 16384, which is read from backup configurations. mysqlbackup: ERROR: Mismatch found in innodb_page_size.
mysqlbackup failed with errors!
I tried to manually set the required information, but all attempts were unsuccessful.
source
share