From openSIPS

Documentation: Migration-3-5-0-to-3-6-0

Documentation -> Migration -> Migration from 3.5.x to 3.6.x

This page has been visited 1416 times.

Table of Contents (hide)

  1. 1. DB migration
    1. 1.1 Subscriber table
  2. 2. Script migration
  3. 3. Module migration
    1. 3.1 Event_route module
    2. 3.2 Prometheus module
    3. 3.3 RabbitMQ module
    4. 3.4 Registrar module
    5. 3.5 SIPREC module
  4. 4. Deprecated functions / parameters
    1. 4.1 Core
    2. 4.2 Modules
  5. 5. Packaging migration

This section is meant to provide useful help in migrating your OpenSIPS installations from the 3.5.x version to 3.6.x.

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

Make sure you don't carry a left-over Makefile.conf file in your OpenSIPS source tree if migrating to a new branch! This configuration file, generated by make menuconfig, is usually not compatible with the one of a previous major release!


1.  DB migration

You can migrate your 3.5.x MySQL DB to the 3.6.x format using the opensips-cli tool :

   # opensips-cli -x database migrate 3.5_to_3.6 opensips_3_5 opensips_3_6

where :

See the opensips-cli documentation for more details.

NOTE:

1.1  Subscriber table


2.  Script migration

The following is the full list of backwards-incompatible syntax or functional changes in the OpenSIPS configuration script:

3.  Module migration

3.1  Event_route module

3.2  Prometheus module

3.3  RabbitMQ module

3.4  Registrar module

3.5  SIPREC module

4.  Deprecated functions / parameters

The following functions / parameters are marked as deprecated - they still work 100% as before, but they will be removed in the future releases, being replaced by new functions / parameters.

So heads up and consider replacing them in time:

4.1  Core

4.2  Modules

5.  Packaging migration

Retrieved from https://www.opensips.org/Documentation/Migration-3-5-0-to-3-6-0
Page last modified on May 21, 2025, at 03:55 PM