[Bug 19445] New: Add support for ES rebuild to koha-sandbox cron
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19445 Bug ID: 19445 Summary: Add support for ES rebuild to koha-sandbox cron Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: contribs.koha-community.org Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19445 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Added below on the BWS sandboxes, probably need to add a test for if ES enabled? 202 eval { 203 Run->new( qq|perl $koha_src_path/misc/search_tools/rebuild_elastic_search.pl -d| ); 204 }; 205 if ( $@ ) { 206 push @errors, "Cannot rebuild elastic: " . $@; 207 } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19445 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19445 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I believe this was about being able to reindex Elasticsearch in a sandbox - and we can do that now. -- 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