25 Jun
2008
25 Jun
'08
6:12 p.m.
Kereoz wrote:
On Wed, Jun 25, 2008 at 1:13 PM, Andreas Jung <lists@zopyx.com> wrote:
As you can see from the HTML code: something like
app.Control_Panel.Database.<name of storage>.manage_minimize()
should work.
I was thinking about the zope command line tools such as zopectl or so. But in fact yes, seems to work, so I'll do it that way :) Thanks
You could also use something like $ PYTHONPATH=/usr/local/Zope-2.9.6/lib/python /usr/local/Zope-2.9.6/bin/zeopack.py -p $PORT -S $STORAGE -d $PACKDAYS (obviously, adjust for your version of zope) Miles