For full documentation and setup guides, visit insightsplus.dev/docs.
⚠️ Environment variable renamed — if you set
RETENTION_TIMEin your.envor compose file when upgrading to v3.6.2, please rename it toRETENTION_CLEANUP_TIME. The old name still works in v3.6.3 (and logs a warning on startup) but will be removed in a future release.
What's New
Clean up and Variable Enhancement
- Environment variable renamed for clarity —
RETENTION_TIME→RETENTION_CLEANUP_TIME. The new name reads as "time at which retention cleanup runs" instead of the ambiguous "cleanup of retention time". Matches the naming pattern of the existingRETENTION_DAYSandDNS_RETENTION_DAYSvariables. - Backward-compatible fallback — deployments that set
RETENTION_TIMEbetween v3.6.2 and v3.6.3 will continue to work without any configuration change. The old name is honored with a one-timeWARNINGon boot asking you to rename. - Canonical-wins precedence — if both variables are set,
RETENTION_CLEANUP_TIMEwins and no deprecation warning is emitted.