[Koha-bugs] [Bug 21809] Deleting a request does not delete its log entries

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 13 15:55:52 CET 2023


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

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I believe this might be a WONTFIX since we never clean up action_logs if
something is deleted (the action_logs usually also contain the information,
that something WAS deleted in the first place).

Then you can use cleanup_database.pl to clean action_logs:

https://git.koha-community.org/Koha-community/Koha/src/branch/master/misc/cronjobs/cleanup_database.pl

   --log-modules      Specify which action log modules to trim. Repeatable.
   --preserve-log     Specify which action logs to exclude. Repeatable.
   --logs DAYS        purge entries from action_logs older than DAYS days.
                      Defaults to 180 days if no days specified.

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