By default the verification windows spans the entire history. You can limit it to the last N >= 12 months. This will enable deletion of older entries outside the verification window. Smaller values will be overridden by 12. This will enable cleanup of older entries outside the verification window to reduce the amount of stored data. Note |
---|
The cleanup process is irreversible, so be careful on how you configure the verification window before you run the deletion job for the first time!
|
If no cut-off is specified, the entire history is validated (default), and cleanup has no effect. In the system properties part of the docker-compose.yml file, enter this to specify a window starting 12 months in the past and ending at the current time: Code Block |
---|
title | Specify timeframe in system properties |
---|
| # new parameter name in IDM 2204 (used to be "commonHistoryService.verificationIntervalMonths")
commonHistoryService.historyCutOffDuration=12 |
Note that if a verification window is set, the following applies: - verification will fail if the oldest entry of any chain within the verification window points to a deleted predecessor
- if verification fails for entries outside the verification window, this will be logged
|