https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26448 Bug ID: 26448 Summary: koha-elasticsearch --commit parameter is not used Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: joonas.kylmala@helsinki.fi QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz The script debian/scripts/koha-elasticsearch doesn't use the --commit parameter even though it should be used. The issues seem to have appeared after Bug 21872. The rebuild_opts variable should keep its previous value like is done elsewhere in the script with rebuild_opts="${rebuild_opts} but here for the processes parameter it is done like this:
rebuild_opts="--processes ${processes}"
This overwrites the previous value of rebuild_opts where the --commit parameter was. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.