Settings > Migrate from Previous Version
 
Migrate From Previous Version
Update your new vtiger CRM 5 database with the data from previous installation
To Start, follow the instructions below
Migration Results


Migration is in progress. Please wait...
Your old data is now moving into new vtiger CRM

Destination(Current) Database
Host Name new_hostname; ?>
MySQL Port No new_mysql_port; ?>
MySQL Username new_mysql_username; ?>
MYSQL Password new_mysql_password); ?>
DB Name new_dbname; ?>
 
Source Database
Host Name old_hostname; ?>
MySQL Port No old_mysql_port; ?>
MySQL Username old_mysql_username; ?>
MYSQL Password old_mysql_password); ?>
DB Name old_dbname; ?>

Migration Process Log


Migration Queries Log
debug("Mickie ---- Patch Process ---- Starts \n\n\n"); //This will be used in PatchApply.php file. if this is not set we can't proceed $source_version = '50'; $continue_42P2 = true; //Now we have to include PatchApply.php which will include necessary patch files include("modules/Migration/PatchApply.php"); $migrationlog->debug("Mickie ---- Patch Process ---- Ends \n\n\n"); ?>

These following queries are executed to modify the 4.2.3/4.2 Patch2 database to 5.0 database.
Status Object Suceess/Failure Query


Failed Queries Log
'.$failed_query.''; ?>


Total Number of queries executed :
Queries Successed :
Queries Failed :

Note : Please copy and archive the failed queries log. This may help in future references.