other versions
- wheezy-backports 1:11.13.1~dfsg-2~bpo70+1
- jessie 1:11.13.1~dfsg-2+deb8u2
- testing 1:13.14.1~dfsg-2
- unstable 1:13.14.1~dfsg-2
| ASTDB2SQLITE3(8) | ASTDB2SQLITE3(8) |
NAME¶
astdb2sqlite3 - convert astdb to SQLite 3SYNOPSIS¶
astdb2sqlite3 path/to/astdbDESCRIPTION¶
Up until version version 11, Asterisk used an old version of the Berkeley DB 1.86 (bdb) to store its internal persistent database. In version 11 it switched to using a SQLite 3 database. This program is used to convert an existing bdb astdb file to astdb.sqlite3.OPTIONS¶
There is a single (and required) parameter: the path the the bdb file. The output file name will be the same as the input, with .sqlite3 appended.EXAMPLES¶
Asterisk will typically run the following to upgrade the database:astdb2sqlite3 /var/lib/asterisk/astdb
SEE ALSO¶
astdb2bdb(8), asterisk(8)AUTHOR¶
astdb2sqlite3 was written by Terry Wilson <twilson@digium.com>.| 30 SEPTEMBER 2013 | Asterisk 11 |