[Vtigercrm-developers] Moving Ondeman to Open source

Alan Lord alanslists at gmail.com
Mon Nov 17 10:37:37 GMT 2014


On 17/11/14 07:13, lajeesh k wrote:
>      I have a client planned to move from ondemand to opensource for
> doing some customization. We have got database dumb file from vtiger. I
> would like to hear the best method for this from someone experienced and
> what are possible challenges.

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.:


> <?php
> $Vtiger_Utils_Log = true;
> require_once('include/utils/CommonUtils.php');
>
> echo ("Regerating tabdata files ..." . PHP_EOL);
> 	perform_post_migration_activities();
> echo ("Done" . PHP_EOL);
> echo "Recalculate Sharing Rules" . PHP_EOL;
>     RecalculateSharingRules();
> echo "Done" . PHP_EOL;
>
> ?>





More information about the vtigercrm-developers mailing list