https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36229

            Bug ID: 36229
           Summary: koha-run-backups should be first daily job
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

There's a couple of reasons why koha-run-backups should be the first job in
/etc/cron.daily/koha-common.

1. It 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.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to