Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/version-history.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Note>

## 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
Expand Down
1 change: 0 additions & 1 deletion self-host/customize-deployment/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
Loading