Bug 8881 - Tool to purge action logs
Summary: Tool to purge action logs
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 22794
  Show dependency treegraph
 
Reported: 2012-10-05 15:30 UTC by Nicole C. Engard
Modified: 2022-08-22 06:20 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.