Index: openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.adp,v diff -u -r1.4.2.4 -r1.4.2.5 --- openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.adp 27 Apr 2022 16:52:20 -0000 1.4.2.4 +++ openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.adp 13 Jul 2023 12:43:20 -0000 1.4.2.5 @@ -1,11 +1,11 @@ -{/doc/acs-core-docs {ACS Core Documentation}} {Vacuum Postgres nightly} +{/doc/acs-core-docs/ {ACS Core Documentation}} {Vacuum Postgres nightly} Vacuum Postgres nightly

@@ -22,7 +22,8 @@ before!) you've made a backup! The "vacuum" command is very reliable, but conservatism is 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
+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
@@ -31,8 +32,8 @@
 

\ No newline at end of file