Skip to content

Commit

Permalink
Merge pull request #45469 from nextcloud/backport/45400/stable29
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed May 23, 2024
2 parents b8c491c + 6d72b01 commit 6e5cdd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/Command/Db/ConvertType.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@ protected function readPassword(InputInterface $input, OutputInterface $output)
}

protected function execute(InputInterface $input, OutputInterface $output): int {
// WARNING:
// Leave in place until #45257 is addressed to prevent data loss (hopefully in time for the next maintenance release)
//
throw new \InvalidArgumentException(
'This command is temporarily disabled (until the next maintenance release).'
);

$this->validateInput($input, $output);
$this->readPassword($input, $output);

Expand Down

0 comments on commit 6e5cdd1

Please sign in to comment.