Bugzilla – Attachment 147415 Details for
Bug 17350
Add option to delete data stored in saved_reports with cleanup_database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17350: Add note about how the saved reports data is created in first place
Bug-17350-Add-note-about-how-the-saved-reports-dat.patch (text/plain), 1.43 KB, created by
Victor Grousset/tuxayo
on 2023-02-26 04:18:40 UTC
(
hide
)
Description:
Bug 17350: Add note about how the saved reports data is created in first place
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-02-26 04:18:40 UTC
Size:
1.43 KB
patch
obsolete
>From f0af25eae308ba9390c63195b32bdeea61028c74 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 27 Jan 2023 11:29:49 +0000 >Subject: [PATCH] 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> >--- > misc/cronjobs/cleanup_database.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/cleanup_database.pl b/misc/cronjobs/cleanup_database.pl >index 6760b32d86..940cdf55d6 100755 >--- a/misc/cronjobs/cleanup_database.pl >+++ b/misc/cronjobs/cleanup_database.pl >@@ -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]; > } >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17350
:
144116
|
145721
|
145722
|
147414
| 147415