[Bug 35077] New: pinning perl Elasticsearch client version to "< 8.0"
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35077 Bug ID: 35077 Summary: pinning perl Elasticsearch client version to "< 8.0" Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: Linux Status: NEW Severity: major Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: davewood@gmx.at if you install Koha on debian 12 (bookworm) you will end up with version 8 of the module https://metacpan.org/pod/Search::Elasticsearch at the moment of writing this bug report this module doesnt work with ES 7.0 (the latest ES version that I am aware works with Koha 23.05 changing the version requirement in https://github.com/Koha-Community/Koha/blob/master/cpanfile#L99) to ``` requires 'Search::Elasticsearch', '< 8.00'; ``` currently installs Search-Elasticsearch-7.717 which seems to work for me. current workaround for our system. run `cpanm Search::Elasticsearch~"< 8.00"` -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35077 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Searching - Elasticsearch |Packaging CC| |dcook@prosentient.com.au, | |mtj@kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35077 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from David Cook <dcook@prosentient.com.au> --- On koha-testing-docker using main version 24.0600026, I'm using libsearch-elasticsearch-perl 8.00-1, and it's working with Elasticsearch 7.17.20 So... I think this might be invalid at this time. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org