Skip to content
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions 14/umbraco-cms/fundamentals/data/content-version-cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

It is worth noting that whilst we delete rows, we do not shrink database files or rebuild indexes. For upgraded sites with a lot of history you may wish to perform these tasks. If they are not part of your regular database maintenance plan already.

If set to `true`, a scheduled job will delete historic content versions every hour, while setting it to `false` will never delete any content versions regardless of settings. For more information on this, see [EnableCleanup](../../reference/configuration/contentsettings.md#enablecleanup).

Check warning on line 49 in 14/umbraco-cms/fundamentals/data/content-version-cleanup.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words). Raw Output: {"message": "[UmbracoDocs.SentenceLength] Write shorter sentences (less than 25 words).", "location": {"path": "14/umbraco-cms/fundamentals/data/content-version-cleanup.md", "range": {"start": {"line": 49, "column": 1}}}, "severity": "WARNING"}

## Overriding global settings

It is possible to override the global settings per Document Type in the backoffice to prevent unwanted cleanup. This can be managed in the "permissions" Content App for each Document Type.
Expand Down
Loading