From dbd02d4af3d68a87e3cfe133fa1b052076e316f6 Mon Sep 17 00:00:00 2001 From: Sven Tennie Date: Wed, 9 Oct 2024 15:17:32 +0200 Subject: [PATCH] Reference the docs for ES/OS refilling in changelog --- changelog.d/0-release-notes/elasticsearch-to-opensearch | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog.d/0-release-notes/elasticsearch-to-opensearch b/changelog.d/0-release-notes/elasticsearch-to-opensearch index f429ffd8ed3..733b90d7d07 100644 --- a/changelog.d/0-release-notes/elasticsearch-to-opensearch +++ b/changelog.d/0-release-notes/elasticsearch-to-opensearch @@ -4,5 +4,7 @@ not compatible. I.e., either a migration is required (https://opensearch.org/docs/latest/upgrade-to/) or the indexes need to be rebuilt from scratch. The latter is done automatically when the `elasticsearch-index-create` job of the `elasticsearch-index` Helm chart faces -an OpenSearch instance where Wire's indexes are missing. Depending on the amount -of users in the database, this may take long. +an OpenSearch instance where Wire's indexes are missing. Alternatively, this can +be started manually; see +https://docs.wire.com/developer/reference/elastic-search.html#refill-es-documents-from-cassandra +. Depending on the amount of users in the database, this may take long.