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.26 -r1.26.2.1 --- openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.html 25 Apr 2018 08:38:27 -0000 1.26 +++ openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.html 2 Mar 2019 19:30:05 -0000 1.26.2.1 @@ -1,7 +1,5 @@ -Vacuum Postgres nightly

Vacuum Postgres nightly

- -

+Vacuum Postgres nightly

Vacuum Postgres nightly

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 @@ -16,15 +14,6 @@ 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
-

($Id$)

- -
+

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$)