From c150e4cb3b77a3f9f233b75297838267a332a46b Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 15 Nov 2024 11:04:50 +0100 Subject: [PATCH] Update upgrade-v13.0.md --- docs/releases/v13/upgrade-v13.0.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/releases/v13/upgrade-v13.0.md b/docs/releases/v13/upgrade-v13.0.md index b298cb98..b8860499 100644 --- a/docs/releases/v13/upgrade-v13.0.md +++ b/docs/releases/v13/upgrade-v13.0.md @@ -120,6 +120,11 @@ Execute the data migration: ### Rebuild search indices +TODO if not destroying and rebuiliding for names we need to update the mappings: +```bash +invenio index update names-name-v2.0.0 --no-check +``` + ```bash invenio index destroy --yes-i-know invenio index init @@ -157,4 +162,4 @@ ADMINISTRATION_DISPLAY_VERSIONS = [ ## OPEN PROBLEMS -### TODO \ No newline at end of file +### TODO