https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36229 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes the order of the release notes| |daily cron jobs | |(/etc/cron.daily/koha-commo | |n) so that koha-run-backups | |is run first. | | | |Reasons for | |this include: | | | |1. The | |koha-run-backups cron job | |takes a backup before | |running scripts that change | |database contents. If there | |is a problem with those | |scripts, you'll have a very | |recent backup on which to | |fallback. | | | |2. It's a | |resource intensive job. If | |you have a lot of Koha | |instances, this means | |you're running your most | |intensive job at the end of | |the job run, which might be | |a lot later in the day than | |you anticipate. (Of course, | |you can update /etc/crontab | |to change when | |/etc/cron.daily is run, but | |this will help reduce | |impact in the meantime.) CC| |david@davidnind.com --- Comment #5 from David Nind <david@davidnind.com> --- I've added a release note, but a quick question: Will this change only fix this for new installations? If it does, I'll add a note that this change will need to be made manually for existing installations. -- You are receiving this mail because: You are watching all bug changes.