[Koha-bugs] [Bug 33353] Add compatibility with Elasticsearch 8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 12 18:28:10 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33353

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Discussion               |Passed QA

--- Comment #18 from Nick Clemens <nick at bywatersolutions.com> ---
I am removing my block here - while I suspect we are going to have some
difficulty with upgrades I would rather see us move forward than be stuck. 

I believe you can use es directly to update and remove types and avoid reindex:

curl -X POST http://es:9200/_reindex -H 'Content-Type: application/json' -d
'{"source":{"index": "koha_kohadev_biblios","type": "data"},"dest":{"index":
"koha_kohadev_biblio_s"}}'

that reindexes ES internally to remove the types - it does require renaming the
index so would need some sort of alias or something, but it would be nice if,
on another report, we could provide a tool for this update

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list