1 .TH "ASTDB2SQLITE3" "8" "30 SEPTEMBER 2013" "Asterisk 11" ""
4 astdb2sqlite3 \- convert astdb to SQLite 3
7 .B astdb2sqlite3 path/to/astdb
10 Up until version version 11, Asterisk used an old version of the
11 Berkeley DB 1.86 (bdb) to store its internal persistent database. In
12 version 11 it switched to using a SQLite 3 database. This program is
13 used to convert an existing bdb astdb file to astdb.sqlite3.
15 Normally the conversion is done by Asterisk itself which will run this
16 program. But you may need to run it on your own.
19 There is a single (and required) parameter: the path the the bdb file.
20 The output file name will be the same as the input, with
25 Asterisk will typically run the following to upgrade the database:
27 astdb2sqlite3 /var/lib/asterisk/astdb
29 which will create \fB/var/lib/asterisk/astdb.sqlite3\fR.
36 astdb2sqlite3 was written by Terry Wilson <twilson@digium.com>.
38 This manual page was written by Tzafrir Cohen <tzafrir.cohen@xorcom.com>.