Comment 3 for bug 776914

Revision history for this message
Shlomi Noach (shlomi-noach) wrote :

Sure.

To back up, I used:

on host00:
$ innobackupex --parallel=3 --throttle=100 --user=temp_backup --password=XXXXX /mnt/host01

I realize --parallel is BETA; I've tried Xtrabackup on this dataset for the last 12 months now; so this happened in the past also without --parallel.

/mnt/host01 is nfs mount

To restore, I issued, on host01:
$ innobackupex --apply-log $(pwd)

So backup and --apply-log are made on two different machines, but with exact same xtrabackup version & same MySQL version.

The --apply-log completed successfully; no sign of problem there.