Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml 26 Jan 2004 15:39:44 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml 18 Feb 2004 14:43:06 -0000 1.5 @@ -1,11 +1,17 @@ - + + +%myvars; +]> + Database Management By Joel Aufrecht - + Running a PostgreSQL database on another server To run a database on a different machine than the @@ -36,15 +42,15 @@ - + - + Deleting a tablespace Skip down for instructions on . - + Deleting an Oracle tablespace @@ -76,9 +82,9 @@ If you feel the need to delete everything related to the service, you can also issue the following: SVRMGR> drop tablespace service0 including contents cascade constraints; - + - + Deleting a PostgreSQL tablespace @@ -95,9 +101,9 @@ [service0 ~]$ dropdb service0 DROP DATABASE - - - + + + Vacuum Postgres nightly The "vacuum" command must be run periodically to reclaim space. The @@ -123,9 +129,9 @@ 0 1 * * * /usr/local/pgsql/bin/vacuumdb service0 ($Id$) - + - +