1ASTDB2SQLITE3(8) ASTDB2SQLITE3(8)
2
3
4
6 astdb2sqlite3 - convert astdb to SQLite 3
7
9 astdb2sqlite3 path/to/astdb
10
11
13 Up until version version 11, Asterisk used an old version of the Berke‐
14 ley DB 1.86 (bdb) to store its internal persistent database. In version
15 11 it switched to using a SQLite 3 database. This program is used to
16 convert an existing bdb astdb file to astdb.sqlite3.
17
18 Normally the conversion is done by Asterisk itself which will run this
19 program. But you may need to run it on your own.
20
21
23 There is a single (and required) parameter: the path the the bdb file.
24 The output file name will be the same as the input, with .sqlite3
25 appended.
26
27
29 Asterisk will typically run the following to upgrade the database:
30
31 astdb2sqlite3 /var/lib/asterisk/astdb
32
33 which will create /var/lib/asterisk/astdb.sqlite3.
34
35
37 astdb2bdb(8), asterisk(8)
38
39
41 astdb2sqlite3 was written by Terry Wilson <twilson@digium.com>.
42
43 This manual page was written by Tzafrir Cohen <tzafrir.cohen@xor‐
44 com.com>.
45
46
47
48Asterisk 11 30 SEPTEMBER 2013 ASTDB2SQLITE3(8)