Plot Plone Data

I am new to Plone and trying to learn how to configure and maintain a server. I understand that I need to develop a schedule for packing data. Now I'm just trying to verify this using the pack function in the Zope control panel as well as on the command line (bin / zeopack).

I know in practice that I have to leave a week of history, but if I pack up to 0 days, should I not disappear, all change histories will disappear? I do not see this. What am I doing wrong?

+5
source share
1 answer

Perhaps you are knocking down the history of "cancellation" with the history of versions. Packing the database eliminates old unused data. This eliminates your ability to roll back old transactions.

. .

, .

+6

All Articles