Remote backup using MEB (MySQL Enterprise Backup)

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.

+4
source share
1

, mysql mysql_upgrade. . mysql_upgrade , .

0

Source: https://habr.com/ru/post/1607914/


All Articles