Bug 8881

Summary: Tool to purge action logs
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: ToolsAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: dcook, katrin.fischer
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 22794    

Description Nicole C. Engard 2012-10-05 15:30:50 UTC
It would be great if there were a tool that you could use to purge your action logs from time to time. It would need a way to choose which log to purge and when to purge it from.  When you have the logs on it can make that table pretty big pretty darn fast and slow things down.  Right now we do this via MySQL, but a tool that lets the library staff do it themselves would be great.
Comment 1 David Cook 2022-08-22 06:20:26 UTC
"misc/cronjobs/cleanup_database.pl" can already do this. 

However, it could be interesting to have a BackgroundJob in the staff interface that lets a library admin delete old action logs. 

Seems like it's more of a job for a lower level sysadmin though.