summaryrefslogtreecommitdiff
path: root/docs/gsg_txn/C/hotfailover.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/gsg_txn/C/hotfailover.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/gsg_txn/C/hotfailover.html')
-rw-r--r--docs/gsg_txn/C/hotfailover.html25
1 files changed, 15 insertions, 10 deletions
diff --git a/docs/gsg_txn/C/hotfailover.html b/docs/gsg_txn/C/hotfailover.html
index b46fab8e..12b9963c 100644
--- a/docs/gsg_txn/C/hotfailover.html
+++ b/docs/gsg_txn/C/hotfailover.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -152,9 +152,10 @@
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Note</h3>
<p>
- Rather than use the previous procedure, you can use the <span class="command"><strong>db_hotbackup</strong></span> command line utility
- to do the same thing. This utility will (optionally) run a checkpoint and then copy all necessary files to a target
- directory for you.
+ Rather than use the previous procedure, you can use the
+ <span class="command"><strong>db_hotbackup</strong></span> command line utility to do the
+ same thing. This utility will (optionally) run a checkpoint and
+ then copy all necessary files to a target directory for you.
</p>
</div>
<p>
@@ -169,14 +170,18 @@
</li>
<li>
<p>
- If you have an archival copy of the backup environment, you can optionally try copying the remaining
- log files from the original environment and running catastrophic recovery against that backup
- environment. Do this <span class="emphasis"><em>only</em></span> if you have a an archival copy of the backup
- environment.
+ If you have an archival copy of the backup environment,
+ you can optionally try copying the remaining log files
+ from the original environment and running catastrophic
+ recovery against that backup environment. Do this
+ <span class="emphasis"><em>only</em></span> if you have a an archival
+ copy of the backup environment.
</p>
<p>
- This step can allow you to recover data created or modified in the original environment, but which
- did not have a chance to be reflected in the hot backup environment.
+ This step can allow you to recover data created or
+ modified in the original environment, but which did not
+ have a chance to be reflected in the hot backup
+ environment.
</p>
</li>
<li>