Skip to content

Commit 47de42a

Browse files
author
Thomas Bruckmann
committed
fix missing rebuild-threads option
1 parent 87894e0 commit 47de42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyxbackup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def _apply_log(bkp, incrdir=None, final=False):
589589
if xb_ibx_bin != 'innobackupex':
590590
ibx_opts = '--prepare '
591591
if XB_VERSION_MAJOR == 8:
592-
ibx_opts = ' --rebuild-threads=%d' % xb_opt_rebuild_threads
592+
ibx_opts += ' --rebuild-threads=%d' % xb_opt_rebuild_threads
593593
else: ibx_opts = '--apply-log '
594594

595595
ibx_opts += " --use-memory=%dM" % xb_opt_prepare_memory

0 commit comments

Comments
 (0)