Re: Pack ZODB via cronjob without ZEO

Jürgen Gmach <[email protected]> Mon, 22 Jun 2015 13:15:58 +0200
Newsgroups gmane.comp.web.zope.general
Message-ID <[email protected]>
>> what is the current ( Zope Version: 2.13.21, python 2.7.9, linux2)
>> recommend way to pack ZODB via cronjob/automatically given that we do
>>  not use ZEO.
> 
> You could trigger the pack through the ZMI using curl or wget.

Thank you!

curl --data "days:float=1" 
https://xxx:xxx@host/root/Control_Panel/Database/DB_NAME/manage_pack

Above code seems to do the trick!
_______________________________________________
Zope maillist  -  [email protected]
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )