Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Yes, this functionality is the out-of-the-box feature. By default each content item's revision has meta-field 'Expiration Date' which defines when expiration will occur.</p> <p>Expired content revisions are marked correspondingly in the database (revisions.dstatus='EXPIRED') thus they will not be accessible in application via search, but can still be found by administrator (Content Management -> Expired Content).</p> <p>Expired revision files are not deleted from <i>weblayout</i>, but renamed instead as <i>not latest</i> revisions - marked with ~{number} postfix.<br/> Expired revision files are neither deleted from <i>vault</i> nor renamed.</p> <p>Lets say we have 2 revisions (dID=31026 and dID=31025) of a picture 009139 (dDocName=009139). Both revisions are expired. In this case:</p> <ul> <li>both revisions are marked as expired in DB:</li> </ul> <pre>DID DDOCNAME DSTATUS ---------------------- ------------------------------ -------------------- 31026 UP_009139 EXPIRED 31025 UP_009139 EXPIRED </pre> <ul> <li>both revision files will be renamed in weblayout:</li> </ul> <pre>\ucm\weblayout\groups\public\@test\documents\multimedia\up_009139~1.gif \ucm\weblayout\groups\public\@test\documents\multimedia\up_009139~2.jpg</pre> <ul> <li>neither revision 1 nor revision 2 will be renamed/deleted in vault:</li> </ul> <pre>\ucm\vault\multimedia\@test\31025.gif \ucm\vault\multimedia\@test\31026.jpg </pre> <p>Regarding your issue with prod - make sure you had no further revisions after the expired one (in this case this revision will be, of course, available)</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload