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

(-)a/misc/cronjobs/cleanup_database.pl (-1 / +1 lines)
Lines 92-97 Usage: $0 [-h|--help] [--sessions] [--sessdays DAYS] [-v|--verbose] [--zebraqueu Link Here
92
   --uploads-missing FLAG Delete upload records for missing files when FLAG is true, count them otherwise
92
   --uploads-missing FLAG Delete upload records for missing files when FLAG is true, count them otherwise
93
   --oauth-tokens     Delete expired OAuth2 tokens
93
   --oauth-tokens     Delete expired OAuth2 tokens
94
   --statistics DAYS       Purge statistics entries more than DAYS days old.
94
   --statistics DAYS       Purge statistics entries more than DAYS days old.
95
                           This table is used to build reports, make sure you are aware of the consequences of this before using it!
95
   --deleted-catalog  DAYS Purge catalog records deleted more then DAYS days ago
96
   --deleted-catalog  DAYS Purge catalog records deleted more then DAYS days ago
96
                           (from tables deleteditems, deletedbiblioitems, deletedbiblio_metadata and deletedbiblio).
97
                           (from tables deleteditems, deletedbiblioitems, deletedbiblio_metadata and deletedbiblio).
97
   --deleted-patrons DAYS  Purge patrons deleted more than DAYS days ago.
98
   --deleted-patrons DAYS  Purge patrons deleted more than DAYS days ago.
98
- 

Return to bug 24152