[Koha-bugs] [Bug 19445] Add support for ES rebuild to koha-sandbox cron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 11 15:01:52 CEST 2017


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

--- Comment #1 from Nick Clemens <nick at 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.


More information about the Koha-bugs mailing list