diff --git a/Classes/Command/IndexCommand.php b/Classes/Command/IndexCommand.php index 0488941..f59310e 100644 --- a/Classes/Command/IndexCommand.php +++ b/Classes/Command/IndexCommand.php @@ -413,6 +413,12 @@ protected function swapIndexAliases(string $indexName, string $tempIndexAlias): 'index' => $indexName, 'alias' => $this->extConf['elasticIndexName'], ], + ], + [ + 'remove' => [ + 'index' => $indexName, + 'alias' => $tempIndexAlias, + ], ] ] ]