With the Version Cleanup pluging a system task deletes outdated versions. The following configurations are possible:
The current version is never deleted.
To be configured in {home}/appserver/conf/custom.properties
type: String, required: yes, default: -
The license key for the plugin (product: versionCleanup), provided by brix.
type: quartz-expression, required: no, default: -
A Quartz cron expression for automating the task.
type: String, required: no, default: "created > \"1970-01-01\""
Filter expression (see Search Util 2) to define which assets are processed in the Task. If no filter is defined, all assets will be processed.
type: boolean, required: no, default: true
If true, skips the asset if its current version is 0, assuming no other versions exist. Primarily intended to improve performance.
type: int, required: required: yes (if numberOfFilter is empty) , default: -
Any version with a version date older than x days is deleted.
type: int, required: required: yes (if dayFilter is empty) , default: -
Only the most recent n versions are retained.
Version Cleanup | CELUM (min. version) |
---|---|
1.0 | 6.16 (tested with 6.16) |
Release: 2025-06-13
Initial Version
© brix Solutions AG