Index: openacs-4/packages/acs-core-docs/www/backup-recovery.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/backup-recovery.html,v diff -u -N -r1.15.2.7 -r1.15.2.8 --- openacs-4/packages/acs-core-docs/www/backup-recovery.html 18 Dec 2003 10:04:26 -0000 1.15.2.7 +++ openacs-4/packages/acs-core-docs/www/backup-recovery.html 11 Jan 2004 12:45:45 -0000 1.15.2.8 @@ -1,8 +1,8 @@ -Backup and Recovery

Backup and Recovery

By Don Baccus with additions - by Joel Aufrecht

+Backup and Recovery

Backup and Recovery

By Don Baccus with additions + by Joel Aufrecht


OpenACS docs are written by the named authors, and may be edited by OpenACS documentation staff. -

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). @@ -112,10 +112,10 @@ -rw-rw-r-x 1 service0 service0 4005995 Feb 21 18:28 /var/lib/aolserver/service0/database-backup/before_upgrade_to_4.6.dmp [service0 service0]$ exit [root root]# -su - service0 +

su - service0
 pg_dump -f /var/lib/aolserver/service0/database-backup/before_upgrade_to_4.6.dmp openacs-dev
 ls -al /var/lib/aolserver/service0/database-backup/before_upgrade_to_4.6.dmp
-exit
  • Back up the file system.�Back up all of the files in the service, including the +exit

  • Back up the file system.�Back up all of the files in the service, including the database backup file but excluding the auto-generated supervise directory, which is unneccesary and has complicated permissions.

    In the tar command,

    ($Id$)
    View comments on this page at openacs.org
    +cvs up -r current
    ($Id$)
    View comments on this page at openacs.org