Documentation |
Documentation -> Migration -> Migration from 1.9.x to 1.10.0This page has been visited 5556 times. Table of Content (hide) 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. The changelog may help you understanding the migration / update process. 1. DB migrationYou 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 :
NOTE:
NOTE that the migration tool is available only for MYSQL databases! 2. Script migration
|