Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
install:3.0.x-to-3.1.x [2010/10/04 10:18] miconda |
install:3.0.x-to-3.1.x [2010/10/11 20:05] (current) 87.93.206.26 |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Upgrade from 3.0.x to 3.1.x ====== | ====== Upgrade from 3.0.x to 3.1.x ====== | ||
- | |||
- | Note: 3.1.x has not been released it, target date is October 6, 2010. Until then, 3.1.x means GIT master branch (development version). | ||
3.0.x refers to Kamailio releases 3.0.x and SR branch sr_3.0. | 3.0.x refers to Kamailio releases 3.0.x and SR branch sr_3.0. | ||
Line 42: | Line 40: | ||
</ | </ | ||
- | Next is the MySQL script to update tables for lcr module. **Beware** that you will lose old data you had for lcr module since the new version requires new tables, therefore old tables are removed. | + | ==== lcr tables ==== |
+ | |||
+ | You can migrate from old data and db structure of lcr module to new version by using migration script available at: | ||
+ | * http:// | ||
+ | |||
+ | If you want to do by hand or you don't have any data in lcr module tables, then next is the MySQL script to update tables for lcr module. **Beware** that by running the script as provided next, you will lose old data you had for lcr module since the new version requires new tables, therefore old tables are removed. | ||
<code c> | <code c> | ||
Line 107: | Line 110: | ||
* Module is now using modules/ | * Module is now using modules/ | ||
- | * Functions www_challenge()/ | ||
* Functions radius_www_authorize()/ | * Functions radius_www_authorize()/ | ||
* Realm argument must now be always given when radius_www_authorize()/ | * Realm argument must now be always given when radius_www_authorize()/ | ||
- | * See modules/ | + | * See http:// |
==== modules_k/ | ==== modules_k/ |