Comment 5 for bug 1455810

Revision history for this message
Sveta Smirnova (svetasmirnova) wrote :

Thank you for the feedback.

I see you use this sequence of actions:

innobackupex --apply-log --redo-only --use-memory=32G work_dir 2> full.log
innobackupex --apply-log --incremental-dir incremental_dir --use-memory=32G work_dir 2> differential.log

However you skipped --redo-only for the incremental backup. Can you repeat the issue if run:

innobackupex --apply-log --redo-only --use-memory=32G work_dir 2> full.log
innobackupex --apply-log --redo-only --incremental-dir incremental_dir --use-memory=32G work_dir 2> differential.log