Skip to content

Commit

Permalink
Merge pull request #371 from veebkolm/main
Browse files Browse the repository at this point in the history
Fix Xtrabackup8 dump dir argument
  • Loading branch information
sebastianfeldmann authored Mar 18, 2024
2 parents 455827f + fb6cc52 commit 0b01cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli/Executable/Xtrabackup8.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function createCommandLine() : CommandLine
$cmdDump->addOption('--databases', implode(' ', $this->databases));
}

$cmdDump->addArgument($this->dumpDir);
$cmdDump->addOption('--target-dir', $this->dumpDir);

return $process;
}
Expand Down

0 comments on commit 0b01cbc

Please sign in to comment.