Documentation |
Documentation.Migration-1-6-4-to-1-7-0 HistoryHide minor edits - Show changes to markup May 16, 2013, at 07:24 PM
by
- Changed lines 1-2 from:
Resources -> Documentation -> Version Migration -> Upgrading from 1.6.4 to 1.7.0Documentation -> Migration from 1.6.4 to 1.7.0to:
Documentation -> Migration -> Migration from 1.6.4 to 1.7.0May 09, 2013, at 02:09 PM
by
- Added line 2:
Changed line 9 from:
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. to:
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. April 24, 2013, at 03:06 PM
by
- Added lines 1-50:
Resources -> Documentation -> Version Migration -> Upgrading from 1.6.4 to 1.7.0This page has been visited 5764 times. (:toc-float Table of Content:) 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. DB migrationThe 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! (:toc-back Back to Table of Contents:) Script migration
|