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

(-)a/misc/cronjobs/cleanup_database.pl (-2 / +1 lines)
Lines 113-119 Usage: $0 [-h|--help] [--confirm] [--sessions] [--sessdays DAYS] [-v|--verbose] Link Here
113
   --jobs-days DAYS        Purge all finished background jobs this many days old. Defaults to 1 if no DAYS provided.
113
   --jobs-days DAYS        Purge all finished background jobs this many days old. Defaults to 1 if no DAYS provided.
114
   --jobs-type TYPES       What type of background job to purge. Defaults to "update_elastic_index" if omitted
114
   --jobs-type TYPES       What type of background job to purge. Defaults to "update_elastic_index" if omitted
115
                           Specifying "all" will purge all types. Repeatable.
115
                           Specifying "all" will purge all types. Repeatable.
116
   --reports DAYS          Purge reports data saved more than DAYS days ago.
116
   --reports DAYS          Purge reports data saved more than DAYS days ago. The data is created by running runreport.pl with the --store-results option.
117
USAGE
117
USAGE
118
    exit $_[0];
118
    exit $_[0];
119
}
119
}
120
- 

Return to bug 17350