https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31504 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Can you share the ES config, with the instance name replaced, rather than removed? The issue seems to be that ES cannot be reached, can you curl the host? that should get you the standard es 'you know, for search' response (In reply to Hugo Agud from comment #0)
After upgrading koha 21.11 to 22.05 ElasticSearch is not able to index new records.
At webadmin we can see the warning
'Index 'koha_xxxxxx' needs to be recreated.'
Executing 'Reset mapping' button doesn't fix the error... when trying to full reindex with option -d or -r it doesn't work
admin@___21:~$ sudo koha-elasticsearch --rebuild -d ___
sudo: unable to resolve host ___21: Name or service not known
sudo: unable to resolve host ___21: Name or service not known
Use of uninitialized value $reason in concatenation (.) or string at /usr/share/koha/lib/Koha/SearchEngine/Elasticsearch/Indexer.pm line 283.
Exception 'Koha::Exception' thrown 'Unable to update mappings for index "koha_____biblios". Reason was: "". Index needs to be recreated and reindexed'
Something went wrong rebuilding indexes for ___
Removing the index directly at ElasticSearch doesn't works
* ElasticSearch is not localhost
-- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.