-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
The script seems to do its work (thanks Luca! :)) and versions history get clean up. You can verify it by two things:
- versioned objects' history view get updated
- Data.fs size decrements (after pack)
Problem is that if you look at portal_historiesstorage stats via http://localhost:8080/Plone/portal_historiesstorage/storageStatistics you see always the same values. So it seems that this part of the version history machinery is not updated automatically after cleaning up the history.
Looking at Products.CMFEditions.interfaces.IArchivist.IPurgeSupport may give some hints but it seems there's no method to be called to purge a specific single version.
Tested and checked on Plone 3.3.4. Maybe this is not the case for 4.x.