Reputation: 319
After a restore in Percona 5.7 from another Percona 5.7 server full backups are failing with the following error:
xtrabackup: cd to /data/mysql xtrabackup: open files limit requested 0, set to 819200 xtrabackup: using the following InnoDB configuration: xtrabackup: innodb_data_home_dir = . xtrabackup: innodb_data_file_path = ibdata1:10M:autoextend xtrabackup: innodb_log_group_home_dir = ./ xtrabackup: innodb_log_files_in_group = 2 xtrabackup: innodb_log_file_size = 20971520 xtrabackup: using O_DIRECT InnoDB: Number of pools: 1
InnoDB: Invalid redo log header checksum.
MySQL service is running in a master-slave replication and I don't see any error in logs regarding corruption or anything else. I still don't get it since innodb_log_file_size = 20971520 match with size on disk:
-rw-r----- 1 mysql mysql 20971520 Apr 17 10:33 ib_logfile0
-rw-r----- 1 mysql mysql 20971520 Apr 17 10:33 ib_logfile1
Upvotes: 0
Views: 429