[Bug 41888] New: Cronjob cleanup_database.pl doesn't delete old jobs either by age or type
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41888 Bug ID: 41888 Summary: Cronjob cleanup_database.pl doesn't delete old jobs either by age or type Initiative type: --- Sponsorship --- status: Product: Koha Version: 24.11 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: anke.bruns@gwdg.de QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz The command perl /usr/share/koha/bin/cronjobs/cleanup_database.pl --confirm --jobs-days 7 --jobs-type all <instance> and several variations (e.g. only jobs-days or jobs-type parameter) does not purge any old jobs. What may be the reason? The solution in https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30914 was to fix 'delete if $verbose' and set 'delete if $confirm' instead, but I couldn't find the same mistake here. The cleanup seems to fail also when the job runs as a cronjob in koha-common. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org