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