Bug 17350: Add note about how the saved reports data is created in first place
This amends the documentation of the cleanup_database.pl script to include a hint for how the saved reports data is created. Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
fe6a03c43a
commit
41c439bf41
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ Usage: $0 [-h|--help] [--confirm] [--sessions] [--sessdays DAYS] [-v|--verbose]
|
|||
--jobs-days DAYS Purge all finished background jobs this many days old. Defaults to 1 if no DAYS provided.
|
||||
--jobs-type TYPES What type of background job to purge. Defaults to "update_elastic_index" if omitted
|
||||
Specifying "all" will purge all types. Repeatable.
|
||||
--reports DAYS Purge reports data saved more than DAYS days ago.
|
||||
--reports DAYS Purge reports data saved more than DAYS days ago. The data is created by running runreport.pl with the --store-results option.
|
||||
USAGE
|
||||
exit $_[0];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue