Installation guide

make sure that the
Berkeley DB environment
is removed using the
DB_ENV->remove method
or an appropriate system
utility.
4. Archive the database
environment for
catastrophic recovery.
5. Recompile and install the
new version of the
application.
6. Force a checkpoint using
the DB_ENV-
>txn_checkpoint method
or the db_checkpoint
utility. With the
db_checkpoint utility,
make sure to use the new
version of the utility; that
is, the version that came
with the release of
Berkeley DB to which you
are upgrading.
7. Restart the application.
NOTE
When the Directory
Server restarts, if it sees
that the Berkeley DB
version is newer than the
one used for its
database files, the server
automatically starts the
database with
DBLAYER_CLEAN_REC
OVER_MODE, which is
similar to running the
Berkeley DB db_recover
utility.
472131
564448
Directory Server stores entry
IDs in an ID list in a duplicate
btree. If the ID list is very long,
the internal database uses
internal pages to sort the
entries. When verifying
database data, Berkeley DB's
verify function returns out-of-
order key errors because the
9. Known Issues
23