innobackupex doesn't send tmpdir option to xtrabackup

Bug #1092186 reported by Derek
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
New
Undecided
Unassigned

Bug Description

When running a backup with innobackupex and --tmpdir specified it doesn't send --tmpdir to the child xtrabackup process so xbtemp* files get created with whatever is in your configuration file. If specified it should use the --tmpdir you tell it to.

Adding this code in the innobackupex function start_ibbackup() fixes it:

if ($option_tmpdir) {
        $options = $options. " --tmpdir=$option_tmpdir";
}

Revision history for this message
Alexey Kopytov (akopytov) wrote :

It has already been reported as bug #1085099.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.