1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-04-02 23:48:18 +02:00

Correct "bin/storage dump" command construction with passwords

Fixes T13004. This should mirror the other branch.
This commit is contained in:
epriestley 2017-10-07 04:59:29 -07:00
parent 85011a46d0
commit 1ee7b3ab8c

View file

@ -201,7 +201,7 @@ final class PhabricatorStorageManagementDumpWorkflow
} }
if ($has_password) { if ($has_password) {
$commands[] = csprintf( $command = csprintf(
'mysqldump -p%P %Ls -- %R %R', 'mysqldump -p%P %Ls -- %R %R',
$password, $password,
$target_argv, $target_argv,