Skip to content

Commit

Permalink
BUGFIX: UpdateAliasJob should update main alias
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Apr 15, 2020
1 parent 8aaf999 commit 78776ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/UpdateAliasJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public function execute(QueueInterface $queue, Message $message): bool
$this->nodeIndexer->setIndexNamePostfix($this->indexPostfix);
$this->nodeIndexer->setDimensions($this->dimensionValues);
$this->nodeIndexer->updateIndexAlias();
$this->nodeIndexer->updateMainAlias();

if ($this->cleanupIndicesAfterSuccessfulSwitch === true) {
$this->cleanupOldIndices();
Expand Down

0 comments on commit 78776ea

Please sign in to comment.