문제

Is there a way to find and remove unused blob storage space in a Plone site?

I'm looking for something like bin/zeopack, but that detects unused blobs in the blobstorage directory.

도움이 되었습니까?

해결책

The ZODB takes care of unused blobs by itself. Packing will remove blobs together with removed transactions as required.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top