From: Faiyaz Ahmed Date: Fri, 10 Apr 2009 20:38:08 +0000 (+0000) Subject: added --full option to vacuumdb X-Git-Tag: MyPLC-4.2-20~2 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=fb08e0029bde6677e421782254a789b2c5b54c6c added --full option to vacuumdb --- diff --git a/plc.d/crond b/plc.d/crond index 024615c..c4275c8 100755 --- a/plc.d/crond +++ b/plc.d/crond @@ -55,7 +55,7 @@ EOF fi if [ "$PLC_DB_ENABLED" = "1" ] ; then - echo "5 5 * * * root vacuumdb -U postgres --all --analyze --quiet" >>/etc/cron.d/plc.cron + echo "5 5 * * * root vacuumdb -U postgres --all --analyze --quiet --full" >>/etc/cron.d/plc.cron vacuumdb -U postgres --all --analyze --quiet check fi