From openSIPS

Documentation: Migration-1-6-4-to-1-7-0

Documentation -> Migration -> Migration from 1.6.4 to 1.7.0

This page has been visited 5388 times.

Table of Content (hide)

  1. 1. DB migration
  2. 2. Script migration

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

You can find the all the new additions in 1.7.0 release compiled under this page. Overviewing it, may help you understanding the migration / update process.


1.  DB migration

The database structure was not affected by major changes, only some fields additions in some tables and some fields type changing.

You can migrate your 1.6.4 DB to the 1.7.0 format by using the opensipsdbctl tool :

   # opensipsdbctl migrate opensips_1_6 opensips_1_7
   or
   # osipsconsole 
   > migrate opensips_1_6 opensips_1_7
   > quit
   # 

where :

NOTE:

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


2.  Script migration

Retrieved from https://www.opensips.org/Documentation/Migration-1-6-4-to-1-7-0
Page last modified on May 16, 2013, at 07:24 PM