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

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

Return to bug 17669