manu
manu

Reputation: 3853

Cleanup unused blobs in filestorage in Plone

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.

Upvotes: 3

Views: 631

Answers (1)

Martijn Pieters
Martijn Pieters

Reputation: 1122372

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

Upvotes: 7

Related Questions