|
Documentation |
Documentation -> Migration -> Migration from 4.0.x to 4.1.xThis page has been visited 26 times. Table of Contents (hide) This section is meant to provide useful help in migrating your OpenSIPS installations from the 4.0.x version to 4.1.x. You can find the all the new additions in the 4.1 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 migrationYou can migrate your 4.0.x MySQL DB to the 4.1.x format using the opensips-cli tool : # opensips-cli -x database migrate 4.0_to_4.1 opensips_4_0 opensips_4_1 where :
See the opensips-cli documentation for more details. NOTE:
2. Script migrationThe following is the full list of backwards-incompatible syntax or functional changes in the OpenSIPS configuration script:
2.1 Global Parameters2.2 Core Variables
2.3 Core keywords
2.4 Core functions
2.5 Statistics migration
2.6 DIALOG module2.7 MI_XMLRPC_NG module |
