Skip to content

Commit 6e5cdd1

Browse files
authored
Merge pull request #45469 from nextcloud/backport/45400/stable29
2 parents b8c491c + 6d72b01 commit 6e5cdd1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

core/Command/Db/ConvertType.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ protected function readPassword(InputInterface $input, OutputInterface $output)
177177
}
178178

179179
protected function execute(InputInterface $input, OutputInterface $output): int {
180+
// WARNING:
181+
// Leave in place until #45257 is addressed to prevent data loss (hopefully in time for the next maintenance release)
182+
//
183+
throw new \InvalidArgumentException(
184+
'This command is temporarily disabled (until the next maintenance release).'
185+
);
186+
180187
$this->validateInput($input, $output);
181188
$this->readPassword($input, $output);
182189

0 commit comments

Comments
 (0)