source: content/databases/db-3.3/db-3.3-desc.xml@ d08f57c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d08f57c was d08f57c, checked in by Larry Lawrence <larry@…>, 21 years ago

update db-3.3 intro

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1106 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[e056b92]1<sect2>
2<title>Contents</title>
3
[d08f57c]4<para>The <application>db</application> package contains
5<command>db_archive</command>,
6<command>db_checkpoint</command>,
7<command>db_deadlock</command>,
8<command>db_dump</command>,
9<command>db_load</command>,
10<command>db_printlog</command>,
11<command>db_recover</command>,
12<command>db_stat</command>,
13<command>db_upgrade</command> and
14<command>db_verify</command>.
[e056b92]15
16</para>
17
18</sect2>
19
20<sect2><title>Description</title>
21
22<sect3><title>db_archive</title>
[d08f57c]23<para><command>db_archive</command> prints the pathnames of log files that are
24no longer in use.</para></sect3>
[e056b92]25
26
27<sect3><title>db_checkpoint</title>
[d08f57c]28<para><command>db_checkpoint</command> is a daemon process used to monitor and
29checkpoint database logs.</para></sect3>
[e056b92]30
31<sect3><title>db_deadlock</title>
[d08f57c]32<para><command>db_deadlock</command> is used to abort lock requests when
33deadlocks are detected.</para></sect3>
[e056b92]34
35<sect3><title>db_dump</title>
[d08f57c]36<para><command>db_dump</command> converts database files to a flat file format
37readable by <command>db_load</command>.</para></sect3>
[e056b92]38
39<sect3><title>db_load</title>
[d08f57c]40<para><command>db_load</command> is used to create database files from flat
41files created with <command>db_dump</command>.</para></sect3>
[e056b92]42
43<sect3><title>db_printlog</title>
[d08f57c]44<para><command>db_printlog</command> converts database log files to human
45readable text.</para></sect3>
[e056b92]46
47
48<sect3><title>db_recover</title>
[d08f57c]49<para><command>db_recover</command> is used to restore a database to a
50consistent state after a failure.</para></sect3>
[e056b92]51
52<sect3><title>db_stat</title>
[d08f57c]53<para><command>db_stat</command> displays database environment statistics.
54</para></sect3>
[e056b92]55
56<sect3><title>db_upgrade</title>
[d08f57c]57<para><command>db_upgrade</command> is used to upgrade database files to a
58newer version of Berkeley <application>DB</application>.</para></sect3>
[e056b92]59
60<sect3><title>db_verify</title>
[d08f57c]61<para><command>db_verify</command> is used to run consistency checks on
62database files.</para></sect3>
[e056b92]63
64</sect2>
65
Note: See TracBrowser for help on using the repository browser.