]> git.koha-community.org Git - koha.git/commit
Created database-tidying cron script
authorJ. David Bavousett <dbavousett@ptfs.com>
Sat, 1 Aug 2009 23:38:44 +0000 (19:38 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:23 +0000 (23:19 +0200)
commitcafd704a127c0a6030a50ea5ee31f76de3595ebf
tree30b6794392a25e865a3a79c15abf72a1ca5f3c1a
parent5aa8682ccc1c63b76c8379c86bed5bcb4c4f22c8
Created database-tidying cron script

This little script establishes a framework for database cleanup on some regular
schedule.  Initial implementation provides for brute truncation of the sessions
table, and selective-by-age cleanup of the zebraqueue.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
misc/cronjobs/cleanup_database.pl [new file with mode: 0755]
misc/cronjobs/crontab.example