I am trying to clear out the previous versions of some content nodes, and I've added the following to the appsettings.json, and then restarted the application, but it still holds onto the version history, even after several hours:
If you don't wish to retain any content versions except for the current draft and currently published you can set both of the "keep" settings values to 0. After doing this, the next time the scheduled job runs (hourly) all non-current versions (except those marked "prevent cleanup") will be removed.
V11 content version cleanup not working
I am trying to clear out the previous versions of some content nodes, and I've added the following to the appsettings.json, and then restarted the application, but it still holds onto the version history, even after several hours:
Has anybody got this to work in their Umbraco?
Hi,
https://docs.umbraco.com/umbraco-cms/reference/configuration/contentsettings#contentversioncleanuppolicy
It seems to be a bug if it is not working. You might want to submit an issue in GitHub.
Do you see any errors in console?
is working on a reply...