Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Christian Bekker Andersen 16 posts 126 karma points c-trib
    Jun 29, 2022 @ 10:21
    Christian Bekker Andersen
    0

    Settings for Content Version Cleanup

    So i noticed the new "Content Version Cleanup" feature introduced in v8.18.0.

    Does anybody know how to configure it? Currently there is no documentation for V8, only for V9.

    https://our.umbraco.com/documentation/Fundamentals/Data/Content-Version-Cleanup/

  • Marc Goodson 2155 posts 14408 karma points MVP 9x c-trib
    Jul 03, 2022 @ 22:26
    Marc Goodson
    101

    Hi Christian

    There is some information here on the release blog post for v8.18

    https://umbraco.com/blog/umbraco-818-lts-release/

    The configuration lives in the /config/umbracosettings.config

    and looks something like this:

      <content>
        <!-- Add contentVersionCleanupPolicyGlobalSettings in the content section -->
        <contentVersionCleanupPolicyGlobalSettings 
          enable="true" 
          keepAllVersionsNewerThanDays="7" 
          keepLatestVersionPerDayForDays="90" />
      </content>
    

    The upgrade should have added this in with enable="false" ??

    But if not just add this into the Content section of the umbracosettings.config file

    regards

    Marc

Please Sign in or register to post replies

Write your reply to:

Draft