Command Line Database Packing ?
Hello , Is there a way to run a script that could pack the database from the command line ? I am set up on a Linux system and would like a cron job to pack my database after it updates the live version of Zope. Thanks klarson@spatial.com
Scavenging the mail folder uncovered Keith Larson's letter:
Hello ,
Is there a way to run a script that could pack the database from the command line ?
wget your.zope.server:<port>/Control_Panel/Database/manage_pack?days=<n> and substitute the right port for <port> and the number of days for <n>. ciao, federico -- Federico Di Gregorio MIXAD LIVE System Programmer fog@mixadlive.com Debian GNU/Linux Developer & Italian Press Contact fog@debian.org Put a GNOME on your desktop! [http://www.gnome.org] -- brought to you by One Line Spam
Federico Di Gregorio wrote:
Scavenging the mail folder uncovered Keith Larson's letter:
Hello ,
Is there a way to run a script that could pack the database from the command line ?
wget your.zope.server:<port>/Control_Panel/Database/manage_pack?days=<n>
and substitute the right port for <port> and the number of days for <n>.
I'm really hoping you'll have to supply a username and password in there somewhere too ;-) cheers, Chris
participants (3)
-
Chris Withers -
Federico Di Gregorio -
Keith Larson