From openSIPS

Documentation: Migration-2-2-0-to-2-3-0

Documentation -> Migration -> Migration from 2.2.x to 2.3.0

This page has been visited 6091 times.

Table of Content (hide)

  1. 1. DB migration
  2. 2. Script migration
    1. 2.1 Core
    2. 2.2 ACC module
    3. 2.3 CACHEDB_LOCAL
    4. 2.4 CLUSTERER
    5. 2.5 DISPATCHER
    6. 2.6 SIPTRACE
    7. 2.7 PROTO_HEP
    8. 2.8 REST_CLIENT
    9. 2.9 SIPMSGOPSS
    10. 2.10 RTPPROXY
    11. 2.11 TLS_MGM
    12. 2.12 TM
  3. 3. External tool migration
    1. 3.1 PERMISSIONS

This section is meant to provide useful help in migrating your OpenSIPS installations from the 2.2.0 version to 2.3.0.

You can find the all the new additions in the 2.3.0 release compiled under this page. The ChangeLog may help your understanding of the migration / update process.

Make sure you don't have any Makefile.conf files in your sources' root before starting the migration. The configuration file generated by 'menuconfig is not compatible with the one in older version!


1.  DB migration

You can migrate your 2.2.x MySQL DB to the 2.3.0 format by using the opensipsdbctl tool :

   # opensipsdbctl migrate opensips_2_2 opensips_2_3

where :

NOTE:

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

NOTE that the default MySQL DB engine is now InnoDB!


2.  Script migration

The following is the full list of backwards-incompatible syntax or functional changes in the OpenSIPS configuration script (some of them are fixes):

2.1  Core

2.2  ACC module

2.3  CACHEDB_LOCAL

2.4  CLUSTERER

2.5  DISPATCHER

2.6  SIPTRACE

2.7  PROTO_HEP

2.8  REST_CLIENT

2.9  SIPMSGOPSS

2.10  RTPPROXY

2.11  TLS_MGM

2.12  TM


3.  External tool migration

3.1  PERMISSIONS

Retrieved from https://www.opensips.org/Documentation/Migration-2-2-0-to-2-3-0
Page last modified on June 10, 2019, at 10:53 AM