• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/upgrade.4.2/
1<!--$Id: queue.so,v 1.4 2004/09/28 14:13:09 bostic Exp $-->
2<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
3<!--See the file LICENSE for redistribution information.-->
4<html>
5<head>
6<title>Berkeley DB Reference Guide: Release 4.2: Queue access method</title>
7<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
8<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
9</head>
10<body bgcolor=white>
11<table width="100%"><tr valign=top>
12<td><b><dl><dt>Berkeley DB Reference Guide:<dd>Upgrading Berkeley DB Applications</dl></b></td>
13<td align=right><a href="../upgrade.4.2/java.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../upgrade.4.2/cksum.html"><img src="../../images/next.gif" alt="Next"></a>
14</td></tr></table>
15<p align=center><b>Release 4.2: Queue access method</b></p>
16<p>We have discovered a problem where applications that specify Berkeley DB's
17encryption or data checksum features on Queue databases with extent
18files, the database data will not be protected.  This is obviously a
19security problem, and we encourage you to upgrade these applications to
20the 4.2 release as soon as possible.</p>
21<p>The Queue databases must be dumped and reloaded in order to fix this
22problem.  First build the Berkeley DB 4.2 release, then use your previous
23release to dump the database, and the 4.2 release to reload the
24database.  For example:</p>
25<blockquote><pre>db-4.1.25/db_dump -P password -k database | db-4.2.xx/db_load -P password new_database</pre></blockquote>
26<p>Note this is <b>only</b> necessary for Queue access method databases,
27where extent files were configured along with either encryption or
28checksums.</p>
29<table width="100%"><tr><td><br></td><td align=right><a href="../upgrade.4.2/java.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../upgrade.4.2/cksum.html"><img src="../../images/next.gif" alt="Next"></a>
30</td></tr></table>
31<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
32</body>
33</html>
34