Index: openacs-4/etc/backup.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/backup.sh,v diff -u -N -r1.11.2.4 -r1.11.2.5 --- openacs-4/etc/backup.sh 27 Feb 2006 04:18:24 -0000 1.11.2.4 +++ openacs-4/etc/backup.sh 30 Mar 2006 04:51:56 -0000 1.11.2.5 @@ -163,6 +163,7 @@ time $PG_BINDIR/pg_dump -f $dmp_file -Fp $dbname -h $DBHOST /bin/ls -lh $dmp_file | awk '{print $5}' gzip -f $dmp_file + time $PG_BINDIR/vacuumdb -fz -U postgres $dbname -h $DBHOST done #---------------------------------------------------------------------