Table of Contents
cleanup Plugin
Compatible with DokuWiki
- 2024-02-06 "Kaos" unknown
- 2023-04-04 "Jack Jackrum" yes
- 2022-07-31 "Igor" yes
- 2020-07-29 "Hogfather" yes
Similar to clearhistory
This plugin can automatically or manually search the data directory for old and possibly unused files and delete them to make space available again.
Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Usage
You can configure some times in the configuration manager. The actual work can be triggered from its own admin page where you can preview the affected files and start the deletion process. The cleanup can be automated by activating it in the configuration.
The following default ages are used in the plugin:
cache files | 3 months |
old page revisions | 2 months |
old media revisions | 1 month |
orphaned page meta data | 3 months |
orphaned media meta data | 2 months |
stale lock files | 30 minutes |
Please note: for cache files it is not possible to determine if a cache file is still in use. On systems where access times (atime) are available the configured time will be used to see when a cache file was last accessed. If atimes are not available the last modification date is used instead. This means it can happen that cache files get deleted that were still in use. However DokuWiki will simply recreate these files.
On large wikis the search process may take a long time and might time out before finishing. The automated process can optionally be run from command line by running the provided cron.php
script.