@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct "bin/storage dump" command construction with passwords

Fixes T13004. This should mirror the other branch.

+1 -1
+1 -1
src/infrastructure/storage/management/workflow/PhabricatorStorageManagementDumpWorkflow.php
··· 201 201 } 202 202 203 203 if ($has_password) { 204 - $commands[] = csprintf( 204 + $command = csprintf( 205 205 'mysqldump -p%P %Ls -- %R %R', 206 206 $password, 207 207 $target_argv,