[Koha-bugs] [Bug 32686] New: Specify action of action_logs entries to purge

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 20 03:00:21 CET 2023


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

            Bug ID: 32686
           Summary: Specify action of action_logs entries to purge
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: alexbuckley at catalyst.net.nz
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

It would be helpful if libraries could specify the action of entries in the
action_logs table to purge. 

Use case: Libraries with a patron import overwriting patron records several
times a day will likely want to truncate member 'create' entries from the
action_logs tables, whilst retaining other patron action_logs entries, like
below:

./cleanup_database.pl --logs 30 --log-module=MEMBERS --log-action=CREATE
--confirm

-- 
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