From f3ba358d50ac909042dee20f409c7508bde3ab39 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 14 Jan 2020 21:33:09 +0100 Subject: [PATCH] hint that invalid indices must be manually deleted --- utils/check_import_finished.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/check_import_finished.php b/utils/check_import_finished.php index 82d5b509..c6ccb67b 100755 --- a/utils/check_import_finished.php +++ b/utils/check_import_finished.php @@ -144,7 +144,8 @@ if (empty($aInvalid)) { $print_fail(); echo <<< END At least one index is invalid. That can happen, e.g. when index creation was - disrupted and later restarted. You should run the index stage of setup again. + disrupted and later restarted. You should delete the affected indices and + run the index stage of setup again. See the question 'Can a stopped/killed import process be resumed?' in the troubleshooting guide. Affected indices: -- 2.45.1