MySQL Forums
Forum List  »  Backup

Remote backup with MEB
Posted by: Felipe Jensen
Date: September 10, 2015 12:31PM

Hello

I am trying to create a routine to backup a remote instance..

the command i'm using is:

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 logfile created at d:\backups_temp\meta\MEB_2015-09-10.14-50-53_image_backup.log

mysqlbackup: ERROR: innodb_page_size obtained from innodb file header 0 is not matching with innodb_page_size 16384 which is read from backup configurations.
mysqlbackup: ERROR: Mismatch found in innodb_page_size.

mysqlbackup failed with errors!



I tried manually to set the required information, but all attempts were unsuccessful .. What i'm forgetting?

Options: ReplyQuote


Subject
Views
Written By
Posted
Remote backup with MEB
2738
September 10, 2015 12:31PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.