From: Joerg Jaspert Date: Sun, 1 Nov 2009 09:31:15 +0000 (+0100) Subject: do not do this X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=931d8a05fafceb8225fe1f474c0fc4c0af528327;p=dak.git do not do this Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.weekly b/config/debian/cron.weekly index 34f0c64a..efb264f7 100755 --- a/config/debian/cron.weekly +++ b/config/debian/cron.weekly @@ -36,7 +36,7 @@ echo "Splitting queue/done" dak split-done > /dev/null # Vacuum the database -echo "VACUUM; VACUUM ANALYZE;" | psql --no-psqlrc projectb 2>&1 | grep -v "^NOTICE: Skipping.*only table owner can VACUUM it$" +echo "VACUUM; VACUUM ANALYZE;" | psql --no-psqlrc projectb 2>&1 # Do git cleanup stuff echo "Doing git stuff"