Documentation

Documentation.Migration-1-9-0-to-1-10-0 History

Hide minor edits - Show changes to markup

March 06, 2015, at 02:06 PM by liviu -
Changed line 8 from:

You can find the all the new additions in 1.10.0 release compiled under this page. Over viewing it may help you understanding the migration / update process.

to:

You can find the all the new additions in 1.10.0 release compiled under this page. The changelog may help you understanding the migration / update process.

August 05, 2013, at 04:50 PM by razvancrainea -
Added lines 1-41:
Documentation -> Migration -> Migration from 1.9.x to 1.10.0

This page has been visited 5300 times. (:toc-float Table of Content:)


This section is to provide useful help in migrating your OpenSIPS installations from the 1.9 branch to the 1.10 branch.

You can find the all the new additions in 1.10.0 release compiled under this page. Over viewing it may help you understanding the migration / update process.


DB migration

You can migrate your 1.9.x DB to the 1.10.0 format by using the opensipsdbctl tool :

   # opensipsdbctl migrate opensips_1_9 opensips_1_10
   or
   # osipsconsole 
   > migrate opensips_1_9 opensips_1_10
   > quit
   # 

where :

  • opensips_1_9 is the existing DB name corresponding to version 1.9.x format
  • opensips_1_8 is the DB name to be created for 1.10 format

NOTE:

  • the old database will not be deleted, altered or changed - it will not be touched at all
  • new database will be created and data from old DB will be imported into it

NOTE that the migration tool is available only for MYSQL databases!

(:toc-back Back to Table of Contents:)


Script migration

  • SCA support for the presence_callinfo module is not by default activated. If you want to disable it, you have to set the on 1.
  • The auth_username_avp, auth_realm_avp and auth_password_avp parameters have been moved from the uac module to uac_auth. See this FAQ for more information.

Page last modified on March 06, 2015, at 02:06 PM