From a57fa5c3c0d0faccac462a46ce5fae0f0d20c8da Mon Sep 17 00:00:00 2001 From: Imani Thomas Date: Wed, 8 Jan 2025 13:28:13 +0000 Subject: [PATCH] Bug 36229: Move koha-run-backups to the top of the cron test plan: 1. check run order of scripts in the cron 2. apply patch 3. koha-run-backups is now at the beginning of the cron Signed-off-by: David Nind --- debian/koha-common.cron.daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/koha-common.cron.daily b/debian/koha-common.cron.daily index 0d960ef0c5..ef01f154ad 100644 --- a/debian/koha-common.cron.daily +++ b/debian/koha-common.cron.daily @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +koha-run-backups --days 2 --output /var/spool/koha koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_renewals.pl -c koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/automatic_checkin.pl koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/recalls/expire_recalls.pl @@ -30,4 +31,3 @@ koha-foreach --chdir --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_da koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1 koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/merge_authorities.pl -b koha-foreach --chdir --enabled /usr/share/koha/bin/cronjobs/plugins_nightly.pl -koha-run-backups --days 2 --output /var/spool/koha -- 2.39.5