<p dir="ltr">Hi. The database is not exactly the same but not very differently.</p>
<p dir="ltr">The last time I have done that I switched databases, solved a few errors due to db differences, finally recalculate sharing access.</p>
<p dir="ltr">The database should be almost the same</p>
<p dir="ltr">Regards</p>
<div class="gmail_quote">El 17/11/2014 11:40, "Alan Lord" <<a href="mailto:alanslists@gmail.com">alanslists@gmail.com</a>> escribió:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 17/11/14 07:13, lajeesh k wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a client planned to move from ondemand to opensource for<br>
doing some customization. We have got database dumb file from vtiger. I<br>
would like to hear the best method for this from someone experienced and<br>
what are possible challenges.<br>
</blockquote>
<br>
In vtiger 5.4.0 you could re-create the user-privileges and tabdata files with a very simple script - you can probably do the same with 6.1.0 but you will need to look to see of the functions are different.:<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<?php<br>
$Vtiger_Utils_Log = true;<br>
require_once('include/utils/<u></u>CommonUtils.php');<br>
<br>
echo ("Regerating tabdata files ..." . PHP_EOL);<br>
perform_post_migration_<u></u>activities();<br>
echo ("Done" . PHP_EOL);<br>
echo "Recalculate Sharing Rules" . PHP_EOL;<br>
RecalculateSharingRules();<br>
echo "Done" . PHP_EOL;<br>
<br>
?><br>
</blockquote>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div>