[Koha-bugs] [Bug 30834] New: Trigger nightly reindex with a syspref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 24 08:21:05 CEST 2022


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

            Bug ID: 30834
           Summary: Trigger nightly reindex with a syspref
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org

Reindexing (at least with Zebra) leads to search not working for some duration
of time, depending on the size of the catalogue. So often you want to do
reindexing at night, when use of Koha is low. But remembering to start the
indexing process before you go to bed at night is error prone. 

We could have a syspref called something like "DoReindexInTheMiddleOfTheNight",
and a cronjob that runs "in the middle of the night", and checks the syspref. 

- If it has been set to "on", a reindex is triggered and the syspref is reset
to "off".

- If it is set to "off", nothing happens.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list