I am attempting to get Galera replication working between two nodes.
I am finding these errors in my innobackup.backup.log file:
xtrabackup: error: log block numbers mismatch:
xtrabackup: error: expected log block no. 671400745, but got no. 679592737 from the log file.
xtrabackup: error: it looks like InnoDB log has wrapped around before xtrabackup could process all records due to either log copying being too slow, or log files being too small.
xtrabackup: Error: xtrabackup_copy_logfile() failed.
I am not sure where to do from here, I have googled a bit and didn't find anything that seemed like it could help me in my particular instance.
Any advice will be most appreciated.