Index: openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.html,v diff -u -r1.24 -r1.25 --- openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.html 7 Aug 2017 23:47:50 -0000 1.24 +++ openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.html 8 Nov 2017 09:42:11 -0000 1.25 @@ -1,5 +1,7 @@ -
+
The "vacuum" command must be run periodically to reclaim space in versions of PostgreSQL before 7.4. The "vacuum analyze" form additionally collects statistics on the @@ -14,6 +16,15 @@ the key to good system management. So, if you're using the export procedure described above, you don't need to do this extra step. -
Edit your crontab:
[joeuser ~]$ crontab -e
We'll set vacuum up to run nightly at 1 AM. Add the following - line:
-0 1 * * * /usr/local/pgsql/bin/vacuumdb $OPENACS_SERVICE_NAME
Edit your crontab:
+[joeuser ~]$ crontab -e
+
+ We'll set vacuum up to run nightly at 1 AM. Add the following + line:
+
+0 1 * * * /usr/local/pgsql/bin/vacuumdb $OPENACS_SERVICE_NAME
+ ($Id$)
+ +