diff --git a/src/Service/BackupService.php b/src/Service/BackupService.php index 5b898dd..d99006d 100644 --- a/src/Service/BackupService.php +++ b/src/Service/BackupService.php @@ -21,8 +21,8 @@ class BackupService $filesystem = new Filesystem(); $process = new Process([ 'mysqldump', - '-B', $db, '-u', $this->credentials->getUser(), + $db, ]); $process->setEnv(['MYSQL_PWD' => $this->credentials->getPassword()]); $process->run();