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> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
90774b33a7
commit
814e1326b7
1 changed files with 1 additions and 1 deletions
2
debian/koha-common.cron.daily
vendored
2
debian/koha-common.cron.daily
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue