We’re using partitioned database, and
according to https://docs.chef.io/config_rb_analytics.html,
data_retention[‘month_interval_to_keep_activities’]
The number of months for which activities data is retained. Default value: 3.
But we found activities table partitions older than 3 months. It seems that ChefAnalytics doesn’t clean database at all.
How to debug and fix this issue?
Thank you,
Vitaly