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.5 -r1.4.2.6 --- openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.adp 13 Jul 2023 12:43:20 -0000 1.4.2.5 +++ openacs-4/packages/acs-core-docs/www/install-next-nightly-vacuum.adp 2 Sep 2024 09:40:22 -0000 1.4.2.6 @@ -2,10 +2,14 @@ {/doc/acs-core-docs/ {ACS Core Documentation}} {Vacuum Postgres nightly} Vacuum Postgres nightly +

@@ -22,8 +26,7 @@ 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
@@ -32,8 +35,8 @@
 

\ No newline at end of file