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

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

Return to bug 24152