What are the best practices of packing Plone ZODB database regularly (e.g. weekly)?
Plone ZEO cluster and a single process Zope instance differ?
Using zeopack + cron
Using wget + some URL + cron + special Zope user
Other ways?
ZClockServer vs. cron?
I have found out that sometimes zeopack in fact does not pack the database if the command is run in cron. However, debugging this issue is little problematic as neither zeopack and ZODB do not report much about themselves. Any ideas what could cause such conditions?