Documentation |
Documentation.Install-DBDeployment-2-2 HistoryShow minor edits - Show changes to markup November 28, 2016, at 11:27 AM
by
- Changed line 1 from:
Documentation -> Manuals -> Manual devel -> Database Deploymentto:
Documentation -> Manuals -> Manual 2.2 -> Database DeploymentJuly 22, 2014, at 02:32 AM
by
- Added lines 29-30:
March 20, 2014, at 08:04 PM
by
- Added lines 1-55:
Documentation -> Manuals -> Manual devel -> Database Deployment(:title Database Deployment - 2.2:) (:allVersions Install-DBDeployment 2.2:)
After installing your OpenSIPS, most likely you will need to also deploy a database that you could use for various reasons ( DB user authentication, persistent registrations, dialogs, etc ). (:toc-float Table of Content:) Configuring DB CredentialsGo to the [Install_Path]/etc/opensips/ folder and open the opensipsctlrc file There take care of the following lines :
Creating the DatabaseIn order to create the DBNAME database that you have provisioned above, run [Install_Path]/sbin/opensipsdbctl create When prompted by the opensipsdbctl tool, please enter your DBROOTUSER password. If you want to create a different database other than the default DBNAME, you can call [Install_Path]/sbin/opensipsdbctl create my_custom_db_name The opensipsdbctl tool can also be used for things like taking backups, doing restores, and more. If you want to see the capabilities and help manual for the opensipsdbctl tool, you can run it with no parameters : [Install_Path]/sbin/opensipsdbctl |