Removing Unused Properties from the Retention Configuration File
Info |
---|
The following steps apply to all DPOD installations ( Appliance, Non-Appliance, Cell Manager and Cell members) |
Some installations might have unused properties in the retention configuration file, which may cause the upgrade to 1.0.16.0 to fail with the following error:
Code Block File /app/hk_retention/MonTier-HK-ESRetention/conf/MonTierHousekeeping.conf contains placeholders
Before applying the upgrade to 1.0.16.0, please execute the following commands:
Code Block sed -i '/elasticsearch\.index\_set\.logical\-tran\-full\.max\_size\=.*/d' /app/hk_retention/MonTier-HK-ESRetention/conf/MonTierHousekeeping.conf sed -i '/elasticsearch\.index\_set\.iib\-log\-tran\.max\_size=.*/d' /app/hk_retention/MonTier-HK-ESRetention/conf/MonTierHousekeeping.conf sed -i '/elasticsearch\.index\_set\.iib\-stats\-tran\.max\_size=.*/d' /app/hk_retention/MonTier-HK-ESRetention/conf/MonTierHousekeeping.conf
...