Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v diff -u -r1.20 -r1.21 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 15 Feb 2004 11:28:44 -0000 1.20 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 12 Mar 2004 13:44:58 -0000 1.21 @@ -338,6 +338,14 @@ Add these lines to the file. The vacuum command cleans up temporary structures within a PostGreSQL database, and can improve performance. We vacuum gently every hour and completely every day. The numbers and stars at the beginning are cron columns that specify when the program should be run - in this case, whenever the minute is 0 and the hour is 1, i.e., 1:00 am every day, and every (*) day of month, month, and day of week. Type man 5 crontab for more information. 0 1-23 * * * /usr/local/pgsql/bin/vacuumdb --analyze service0 0 0 * * * /usr/local/pgsql/bin/vacuumdb --full --analyze service0 + + Depending on your distribution, you may receive + email when the crontab items are executed. If you + don't want to receive email for those crontab items, + you can add > /dev/null + 2>&1 to the end of each crontab + line + Add Full Text Search Support (OPTIONAL)