Bug 5831

Summary: rebuild_zebra.pl does not respect -r flag
Product: Koha Reporter: Ian Walls <koha.sekjal>
Component: Command-line UtilitiesAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: PATCH-Sent (DO NOT USE) CC: chris, ruth
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed patch

Description Ian Walls 2011-03-04 18:39:27 UTC
Sometime recently, rebuild_zebra.pl stopped looking for the -r flag, instead preferring -reset.  The documentation, however, was never updated.  The lack of reset can cause transactions not to reach commit, usually after several hours wasted in a rebuild.
Comment 1 D Ruth Holloway 2011-03-04 20:11:25 UTC
Created attachment 3252 [details] [review]
Proposed patch
Comment 2 Chris Cormack 2011-03-05 19:45:47 UTC
Patch pushed please test and mark resolved
Comment 3 Ian Walls 2011-03-10 15:08:03 UTC
Tested, and works.