summaryrefslogtreecommitdiff
path: root/db/docs/ref/rep/init.html
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-01-17 20:11:42 +0000
committerjbj <devnull@localhost>2002-01-17 20:11:42 +0000
commit3ef59667d3d4c6e2c4a64d53dc60472abb607e26 (patch)
tree2c6b1149b4b2c9a804aada943f8ee1a362bf6cef /db/docs/ref/rep/init.html
parent3e0d0877ffe376e5187a173441a5f2a9ad68de49 (diff)
downloadrpm-3ef59667d3d4c6e2c4a64d53dc60472abb607e26.tar.gz
rpm-3ef59667d3d4c6e2c4a64d53dc60472abb607e26.tar.bz2
rpm-3ef59667d3d4c6e2c4a64d53dc60472abb607e26.zip
Resync with db-4.0.14 (and what's on the rpm-4_0 branch).
CVS patchset: 5254 CVS date: 2002/01/17 20:11:42
Diffstat (limited to 'db/docs/ref/rep/init.html')
-rw-r--r--db/docs/ref/rep/init.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/db/docs/ref/rep/init.html b/db/docs/ref/rep/init.html
index 0ab90224d..46a784c12 100644
--- a/db/docs/ref/rep/init.html
+++ b/db/docs/ref/rep/init.html
@@ -1,4 +1,4 @@
-<!--Id: init.so,v 1.1 2001/10/13 19:56:24 bostic Exp -->
+<!--Id: init.so,v 1.2 2001/11/05 17:24:27 bostic Exp -->
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
<!--All rights reserved.-->
<html>
@@ -17,17 +17,19 @@
<p>Perform the following steps to add a new site to the replication
group:
<p><ol>
-<p><li>Perform a hot backup of the master's environment, as described in
-<a href="../../ref/transapp/archival.html">Database and log file archival</a>.
-<p><li>Copy the hot backup to the client.
-<p><li>Run ordinary (non-catastrophic) recovery on the client's new
-environment, using either the <a href="../../utility/db_recover.html">db_recover</a> utility or the
-<a href="../../api_c/env_open.html#DB_RECOVER">DB_RECOVER</a> flag to <a href="../../api_c/env_open.html">DB_ENV-&gt;open</a>.
+<p><li>Do an archival backup of the master's environment, as described in
+<a href="../../ref/transapp/archival.html">Database and log file
+archival</a>. The backup can either be a conventional backup or a hot
+backup.
+<p><li>Copy the archival backup into a clean environment directory on the
+client.
+<p><li>Run catastrophic recovery on the client's new environment, as described
+in <a href="../../ref/transapp/recovery.html">Recovery procedures</a>.
<p><li>Reconfigure and reopen the environment as a client member of the
replication group.
</ol>
-<p>If copying the hot backup to the client takes a long time relative to
-the frequency with which log files are reclaimed using the
+<p>If copying the backup to the client takes a long time relative to the
+frequency with which log files are reclaimed using the
<a href="../../utility/db_archive.html">db_archive</a> utility or the <a href="../../api_c/log_archive.html">DB_ENV-&gt;log_archive</a> function, it may be
necessary to suppress log reclamation until the newly restarted client
has "caught up" and applied all log records generated during its