<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Texte brut Car";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.TextebrutCar
        {mso-style-name:"Texte brut Car";
        mso-style-priority:99;
        mso-style-link:"Texte brut";
        font-family:"Calibri",sans-serif;
        mso-fareast-language:FR-BE;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="FR-BE" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoPlainText"><span style="mso-fareast-language:EN-US">Ok.<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="mso-fareast-language:EN-US">I will try this </span>
<span style="font-family:"Segoe UI Emoji",sans-serif;mso-fareast-language:EN-US">😊</span><span style="mso-fareast-language:EN-US"><o:p></o:p></span></p>
<p class="MsoPlainText"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span lang="EN-US" style="mso-fareast-language:EN-US">To be sure, i will make backup's before
</span><span lang="EN-US" style="font-family:"Segoe UI Emoji",sans-serif;mso-fareast-language:EN-US">😊</span><span lang="EN-US" style="mso-fareast-language:EN-US"><o:p></o:p></span></p>
<p class="MsoPlainText"><span lang="EN-US" style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span lang="EN-US" style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoPlainText"><span lang="FR">-----Message d'origine-----<br>
De : sr-users <sr-users-bounces@lists.kamailio.org> De la part de Daniel Tryba<br>
Envoyé : lundi 13 août 2018 15:23<br>
À : Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.org><br>
Objet : Re: [SR-Users] Upgrade from 4.4 to 5.1</span></p>
<p class="MsoPlainText"><o:p> </o:p></p>
<p class="MsoPlainText">On Mon, Aug 13, 2018 at 10:52:59AM +0000, Nicolas Breuer wrote:<o:p></o:p></p>
<p class="MsoPlainText">> I want to upgrade my both Kamailio from 4.4 to 5.1 I have to upgrade
<o:p></o:p></p>
<p class="MsoPlainText">> the SQL structure before running the 5.1 release.<o:p></o:p></p>
<p class="MsoPlainText">> <o:p></o:p></p>
<p class="MsoPlainText">> But my SQL servers are synchronized - Kamailio 4.4 can works with the 5.1 SQL structure ?<o:p></o:p></p>
<p class="MsoPlainText"><o:p> </o:p></p>
<p class="MsoPlainText">If there are no version breaking changes between 4.4 and 5.1 (depends on the modules used, for me there were no breaking changes), you can use the version_table directive in the config to point to an other table that stores the version
 fields, e.g.<o:p></o:p></p>
<p class="MsoPlainText">version_table="version44"<o:p></o:p></p>
<p class="MsoPlainText"><o:p> </o:p></p>
<p class="MsoPlainText">Set this directive in the 4.4.x machines. Update the tables/config according to<o:p></o:p></p>
<p class="MsoPlainText"><a href="https://www.kamailio.org/wiki/install/upgrade/4.4.x-to-5.0.0"><span style="color:windowtext;text-decoration:none">https://www.kamailio.org/wiki/install/upgrade/4.4.x-to-5.0.0</span></a><o:p></o:p></p>
<p class="MsoPlainText">and<o:p></o:p></p>
<p class="MsoPlainText"><a href="https://www.kamailio.org/wiki/install/upgrade/5.0.x-to-5.1.0"><span style="color:windowtext;text-decoration:none">https://www.kamailio.org/wiki/install/upgrade/5.0.x-to-5.1.0</span></a><o:p></o:p></p>
<p class="MsoPlainText">On the upgrade 5.1.x remove the directive and if you did everything correctly it should work (tm)/I worked for me (tm).<o:p></o:p></p>
<p class="MsoPlainText"><o:p> </o:p></p>
</div>
</body>
</html>