Customizing the maximum retention settings

Last Updated : Oct 29, 2024 |
Prolog information
Use the command line interface to configure the maximum number of days that data can be stored in the database. You can set different retention values for one-time, daily, weekly, and monthly data.
Before increasing the maximum data retention period, ensure that you have enough free space on your server. Do not retain data for longer than you need.
  1. Log in to the CMS server with root privileges.
  2. Edit /opt/cmsweb/data/system.properties to customize the maximum retention values.
    ADDITIONAL INFORMATION:
    The retention values are displayed in the following format, where each number represents the maximum number of days for which data can be retained:
    OnceMaxRetention=10
    DailyMaxRetention=10
    WeeklyMaxRetention=30
    MonthlyMaxRetention=70
    You can change one or more numbers. For example, if you want to retain Daily data for up to 15 days, you can change the DailyMaxRetention value from 10 to 15.