https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42491 Bug ID: 42491 Summary: Debian daily cronjob with cleanup_database.pl should only delete old sessions Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org In the Debian packages there is a daily cronjob that runs cleanup_database.pl with the --sessions option, which deletes ALL sessions. Typically, the daily cronjob is scheduled to run early in the morning, but it's still a pain for early users of Koha to lose their session due to this cronjob. By default, we should be adding at least --sessdays 1 to the cronjob, so that only sessions that haven't been used for 1 day or were created 1 day ago are cleaned up. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.