summaryrefslogtreecommitdiff
path: root/docs/bdb-sql/admin.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/bdb-sql/admin.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/bdb-sql/admin.html')
-rw-r--r--docs/bdb-sql/admin.html40
1 files changed, 28 insertions, 12 deletions
diff --git a/docs/bdb-sql/admin.html b/docs/bdb-sql/admin.html
index e54174ed..bed12e8c 100644
--- a/docs/bdb-sql/admin.html
+++ b/docs/bdb-sql/admin.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>
@@ -50,7 +50,7 @@
<dl>
<dt>
<span class="sect2">
- <a href="admin.html#idp50743400">Backing Up Replicated Berkeley DB SQL Databases</a>
+ <a href="admin.html#idp51296616">Backing Up Replicated Berkeley DB SQL Databases</a>
</span>
</dt>
</dl>
@@ -93,6 +93,21 @@
</dt>
</dl>
</dd>
+ <dt>
+ <span class="sect1">
+ <a href="recoverysql.html">Catastrophic Recovery</a>
+ </span>
+ </dt>
+ <dt>
+ <span class="sect1">
+ <a href="statsql.html">Database Statistics</a>
+ </span>
+ </dt>
+ <dt>
+ <span class="sect1">
+ <a href="verifysql.html">Verify Database Structure</a>
+ </span>
+ </dt>
</dl>
</div>
<p>
@@ -111,7 +126,7 @@
<dl>
<dt>
<span class="sect2">
- <a href="admin.html#idp50743400">Backing Up Replicated Berkeley DB SQL Databases</a>
+ <a href="admin.html#idp51296616">Backing Up Replicated Berkeley DB SQL Databases</a>
</span>
</dt>
</dl>
@@ -131,23 +146,21 @@
To learn how to use SQLite Online Backup API, see the official <a class="ulink" href="http://www.sqlite.org/backup.html" target="_top">SQLite
Documentation Page.</a>
</p>
- <p>
- If you are using replication, you will also need to copy the
- file that contains the replication pragma information in order
- to have a full backup. To do that copy the file named <code class="literal">
- pragma</code> from the database journal directory.
- </p>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp50743400"></a>Backing Up Replicated Berkeley DB SQL Databases</h3>
+ <h3 class="title"><a id="idp51296616"></a>Backing Up Replicated Berkeley DB SQL Databases</h3>
</div>
</div>
</div>
<p>
- When BDB SQL interface databases are replicated the process for backing up
- a regular database should be followed. The user must then copy
+ When BDB SQL interface databases are replicated .dump and the SQLite Online
+ Backup API are not sufficient to create a backup. In a separate
+ process you should use the <a href="../api_reference/C/db_hotbackup.html" class="olink">db_hotbackup</a> utility or other methods
+ described in the
+ <a href="../gsg_txn/C/backuprestore.html" class="olink">Oracle Berkeley DB Backup Procedures</a>
+ section. You must then copy
some additional files for the backup to be complete.
</p>
<p>
@@ -176,6 +189,9 @@
<li>
<code class="literal">__db.rep.system</code>
</li>
+ <li>
+ <code class="literal">pragma</code>
+ </li>
</ul>
</div>
<p>