Bugzilla – Attachment 176284 Details for
Bug 36229
koha-run-backups should be first daily job
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36229: Move koha-run-backups to the top of the cron
Bug-36229-Move-koha-run-backups-to-the-top-of-the-.patch (text/plain), 1.56 KB, created by
David Nind
on 2025-01-09 08:57:24 UTC
(
hide
)
Description:
Bug 36229: Move koha-run-backups to the top of the cron
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-01-09 08:57:24 UTC
Size:
1.56 KB
patch
obsolete
>From a57fa5c3c0d0faccac462a46ce5fae0f0d20c8da Mon Sep 17 00:00:00 2001 >From: Imani Thomas <imani.thomas@bywatersolutions.com> >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 <david@davidnind.com> >--- > 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 <http://www.gnu.org/licenses/>. > >+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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36229
:
176230
|
176284
|
176315