diff --git a/lib/Migration/Version13000Date20251031165700.php b/lib/Migration/Version13000Date20251031165700.php index b1637fc6f..b2d01647a 100644 --- a/lib/Migration/Version13000Date20251031165700.php +++ b/lib/Migration/Version13000Date20251031165700.php @@ -52,8 +52,8 @@ class Version13000Date20251031165700 extends SimpleMigrationStep { */ #[Override] public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void { - $this->addConfigPathToOpenSsl(); $this->convertRootCertOuStringToArray(); + $this->addConfigPathToOpenSsl(); $this->backupCrlDataToDisk(); }