opensipsdbctl(8) | OpenSIPS | opensipsdbctl(8) |
NAME¶
opensipsdbctl - control tool for maintaining OpenSIPS databasesSYNOPSIS¶
opensipsdbctlopensipsdbctl command [ parameters ]
DESCRIPTION¶
opensipsdbctl is a control tool for maintaining OpenSIPS SIP server databases. It can be used to create, migrate, copy, delete, dump and restore the persistence databases for OpenSIPS, on the supported Engines.FILES¶
/etc/opensips/opensipsdbctlrc~/.opensipsdbctlrc
COMMANDS¶
- OpenSIPS databases management:
- db create <db name or db_path, optional>
- creates a new database
- db presence
- adds the presence related tables
- db extra
- adds the extra tables
- db migrate <old_db> <new_db>
- migrates DB from 1.5 to 1.6
- db drop <db name or db_path, optional>
- !entirely deletes tables!
- db reinit <db name or db_path, optional>
- !entirely deletes and than re-creates tables!
- db backup <file>
- dumps current database to file
- db restore <file>
- restores tables from a file
- db copy <new_db>
- creates a new db from an existing one
- OpenSIPS Berkeley DB tables management:
- bdb | db_berkeley list
- lists the underlying db files in DB_PATH
- bdb | db_berkeley cat <db>
- db_dump the underlying db file to STDOUT
- bdb | db_berkeley swap <db>
- installs db.new by db -> db.old; db.new -> db
- bdb | db_berkeley append <db> <datafile>
- appends data to an existing db;output DB_PATH/db.new
- bdb | db_berkeley newappend <db> <datafile>
- appends data to a new instance of db; output DB_PATH/db.new
- bdb | db_berkeley export <dump_dir>
- exports table data to plain-txt files in dump_dir
- bdb | db_berkeley import <dump_dir>
- imports plain-txt table data and creates new db tables in db_path
AUTHORS¶
see /usr/share/doc/opensips/AUTHORSThis manual page was written by Alejandro Rios P. <alerios@debian.org>, based on opensipsctl manpage by Bogdan-Andrei Iancu <bogdan@opensips.org>, for the Debian project (and may be used by others).
SEE ALSO¶
opensips(8),opensips.cfg(5),opensipsctl(8),osipsconsole(8)Full documentation on opensips is available at http://www.opensips.org/.
Mailing lists:
users@lists.opensips.org - opensips user community
devel@lists.opensips.org - opensips development, new features and unstable version
22.11.2009 | opensips |