diff --git a/guides/version-history.mdx b/guides/version-history.mdx index 9b1f9c6f..4e89c140 100644 --- a/guides/version-history.mdx +++ b/guides/version-history.mdx @@ -62,9 +62,9 @@ To access it, go to **Project settings** → **Recently deleted**. For each item Items in **Recently deleted** are automatically purged after 30 days. -## Missing some versions? +## How much history is kept? -Version History is limited depending on the tier of Lightdash Cloud you're using: +Lightdash shows every saved version of a chart or dashboard within your retention window. The retention window depends on the tier of Lightdash Cloud you're using: * Cloud Pro: 30 days * Cloud Enterprise: 60 days diff --git a/self-host/customize-deployment/environment-variables.mdx b/self-host/customize-deployment/environment-variables.mdx index 117d144c..ad1f2312 100644 --- a/self-host/customize-deployment/environment-variables.mdx +++ b/self-host/customize-deployment/environment-variables.mdx @@ -37,7 +37,6 @@ This is a reference to all environment variables that can be used to configure a | `SCHEDULER_INCLUDE_TASKS` | Comma-separated list of scheduler tasks to include | | `SCHEDULER_EXCLUDE_TASKS` | Comma-separated list of scheduler tasks to exclude | | `LIGHTDASH_CSV_CELLS_LIMIT` | Max cells on CSV file exports (default=100000) | -| `LIGHTDASH_CHART_VERSION_HISTORY_DAYS_LIMIT` | Configure how far back the chart versions history goes in days (default=3) | | `LIGHTDASH_PIVOT_TABLE_MAX_COLUMN_LIMIT` | Configure maximum number of columns in pivot table (default=200) | | `GROUPS_ENABLED` | Enables/Disables groups functionality (default=false) | | `CUSTOM_VISUALIZATIONS_ENABLED` | Enables/Disables custom chart functionality (default=false) |