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

(-)a/misc/cronjobs/cleanup_database.pl (-4 lines)
Lines 66-74 Usage: $0 [-h|--help] [--sessions] [--sessdays DAYS] [-v|--verbose] [--zebraqueu Link Here
66
                      amountoutstanding is 0 or NULL.
66
                      amountoutstanding is 0 or NULL.
67
                      In the case of --fees, DAYS must be greater than
67
                      In the case of --fees, DAYS must be greater than
68
                      or equal to 1.
68
                      or equal to 1.
69
                      WARNING: Fees and payments may not be deleted together.
70
                      This will not affect the account balance but may be
71
                      confusing to staff.
72
   --logs DAYS        purge entries from action_logs older than DAYS days.
69
   --logs DAYS        purge entries from action_logs older than DAYS days.
73
                      Defaults to 180 days if no days specified.
70
                      Defaults to 180 days if no days specified.
74
   --searchhistory DAYS  purge entries from search_history older than DAYS days.
71
   --searchhistory DAYS  purge entries from search_history older than DAYS days.
75
- 

Return to bug 20325