Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml,v diff -u -r1.15 -r1.16 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml 24 Feb 2005 13:33:00 -0000 1.15 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/recovery.xml 17 Jul 2006 05:38:38 -0000 1.16 @@ -1,24 +1,25 @@ - %myvars; ]> Backup and Recovery - + + ($Id$) + By Don Baccus with additions by Joel Aufrecht - - We will cover some basic backup and recovery strategies. These are intended to + We will cover some basic backup and recovery strategies. These are intended to be robust but simple enough to set up. For a large scale production site you would probably need to create your own backup strategies (in particular full dumps from oracle, while easy to set up, are far from the best solution). There are three basic things which need to be backed up, the database data, the server source tree, and the acs-content-repository (which is in the server source tree). - +
Backup and Recovery Strategy @@ -27,7 +28,10 @@
+
+
+ Backup Strategy @@ -160,11 +164,11 @@ . exporting pre-schema procedural objects and actions . exporting foreign function library names for user SERVICE_NAME . exporting object type definitions for user SERVICE_NAME - About to export SERVICE_NAME's objects ... + About to export SERVICE_NAME's objects ... . exporting database links . exporting sequence numbers . exporting cluster definitions - . about to export SERVICE_NAME's tables via Conventional Path ... + . about to export SERVICE_NAME's tables via Conventional Path ... . exporting synonyms . exporting views . exporting stored procedures @@ -411,6 +415,7 @@ su - $OPENACS_SERVICE_NAME cd /var/lib/aolserver/$OPENACS_SERVICE_NAME cvs up -r current + - ($Id$) +