User Tools

Site Tools


install:upgrade:5.3.x-to-5.4.0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
install:upgrade:5.3.x-to-5.4.0 [2020/06/19 08:28]
miconda created
install:upgrade:5.3.x-to-5.4.0 [2020/07/17 09:16]
miconda [Upgrade Kamailio from v5.3.x to v5.4.0 (devel)]
Line 1: Line 1:
-====== Upgrade Kamailio from v5.3.x to v5.4.0 (devel) ======+====== Upgrade Kamailio from v5.3.x to v5.4.0 ======
  
 The page contains the details about the changes that were made to old components during the development of v5.4.0 compared with what existed in v5.3.x. It does not include the brand new modules, focusing on how to upgrade database and configuration file from v5.3.x to run with Kamailio devel. The page contains the details about the changes that were made to old components during the development of v5.4.0 compared with what existed in v5.3.x. It does not include the brand new modules, focusing on how to upgrade database and configuration file from v5.3.x to run with Kamailio devel.
Line 59: Line 59:
  
 <code sql> <code sql>
-...+-- version table - added id column to facilitate records management with external tools 
 +-- * the column is not used by Kamailio, thus is optional to be create 
 +ALTER TABLE version ADD COLUMN `id` int(10) unsigned NOT NULL AUTO_INCREMENT; 
 +ALTER TABLE version ADD PRIMARY KEY (`id`); 
 </code> </code>
install/upgrade/5.3.x-to-5.4.0.txt · Last modified: 2020/08/03 13:44 by miconda