View | Details | Raw Unified | Return to bug 17669
Collapse All | Expand All

(-)a/debian/koha-common.cron.daily (-1 / +1 lines)
Lines 23-29 koha-foreach --enabled /usr/share/koha/bin/cronjobs/serialsUpdate.pl -c Link Here
23
koha-foreach --enabled /usr/share/koha/bin/cronjobs/membership_expiry.pl -c
23
koha-foreach --enabled /usr/share/koha/bin/cronjobs/membership_expiry.pl -c
24
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.pl >/dev/null 2>&1
24
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.pl >/dev/null 2>&1
25
koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1
25
koha-foreach --enabled /usr/share/koha/bin/cronjobs/services_throttle.pl > /dev/null 2>&1
26
koha-foreach --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10 --list-invites
26
koha-foreach --enabled /usr/share/koha/bin/cronjobs/cleanup_database.pl --sessions --zebraqueue 10 --list-invites --temp-uploads
27
koha-foreach --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_database.pl --mail
27
koha-foreach --enabled --noemail /usr/share/koha/bin/cronjobs/cleanup_database.pl --mail
28
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
28
koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl > /dev/null 2>&1
29
koha-run-backups --days 2 --output /var/spool/koha
29
koha-run-backups --days 2 --output /var/spool/koha
(-)a/misc/cronjobs/crontab.example (-2 / +1 lines)
Lines 87-93 KOHA_CRON_PATH = /usr/share/koha/bin/cronjobs Link Here
87
59 23 * * *  __KOHA_USER__ $KOHA_CRON_PATH/services_throttle.pl > /dev/null 2>&1
87
59 23 * * *  __KOHA_USER__ $KOHA_CRON_PATH/services_throttle.pl > /dev/null 2>&1
88
88
89
# clean up databases nightly.  Be sure not to run this with --sessions during a time when the system is in use!
89
# clean up databases nightly.  Be sure not to run this with --sessions during a time when the system is in use!
90
16 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10 --list-invites
90
16 1 * * * __KOHA_USER__ $KOHA_CRON_PATH/cleanup_database.pl --sessions --zebraqueue 10 --list-invites --temp-uploads
91
91
92
# delete old purchase suggestions weekly. Replace XX with a number to define the age of suggestions to delete.
92
# delete old purchase suggestions weekly. Replace XX with a number to define the age of suggestions to delete.
93
@weekly	__KOHA_USER__  $KOHA_CRON_PATH/purge_suggestions.pl --days XX > /dev/null 2>&1
93
@weekly	__KOHA_USER__  $KOHA_CRON_PATH/purge_suggestions.pl --days XX > /dev/null 2>&1
94
- 

Return to bug 17669