Skip to content

Commit

Permalink
fix missing rebuild-threads option
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bruckmann committed Apr 29, 2022
1 parent d698175 commit 13f3ebf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyxbackup
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,11 @@ def _apply_log(bkp, incrdir=None, final=False):
ibx_opts = ""
if xb_ibx_bin != 'innobackupex':
ibx_opts = '--prepare '
if XB_VERSION_MAJOR == 8:
ibx_opts += ' --rebuild-threads=%d' % xb_opt_rebuild_threads
else: ibx_opts = '--apply-log '

ibx_opts += "--use-memory=%dM" % xb_opt_prepare_memory
ibx_opts += " --use-memory=%dM" % xb_opt_prepare_memory
log_fd = None
p_tee = None

Expand Down

0 comments on commit 13f3ebf

Please sign in to comment.