mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
hint that invalid indices must be manually deleted
This commit is contained in:
parent
6b0afd5d9b
commit
f3ba358d50
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user