Install New Version? 3.09

Hello
I am in the process of migrating using UB Data Migration Pro 3.07.  I have just finished re-ordering attributes. 
I like the merging of stores function and the automatic re-ordering!  Very nice.  
Do you think I should:
Upgrade my UBDMPro and re-import from scratch? (to merge stores)
upgrade and preform Delta Migration?  
Or not update the software and continue with current version?
I thank you in advance for your advice.
Fred K
 

5 answers

Profile photo of Mall Staff 184060.00 $tone June 21, 2017
Public

Hi there,

I like the merging of stores function and the automatic re-ordering!  Very nice.  

With your case, if you want to merge the default website/store/store view from M1 to Default website/store/store view in M2.
You have to do steps as bellow:
1 -- Backup current your working and reset data migration from steps #2 -> #8 of our tool.
2 -- Download and install update latest version 3.0.9 of our tool.
3 -- Once done, you can restart data migration from steps #2 -> #8. (don’t missing check to merge option in setting form in step #2: http://i.prntscr.com/dIZwfR43SgSLgw1NjOY5qA.png)
In case you want only delta migrate for migrated items and new added items in Magento1. You need only install upgrade the latest version of our tool -- v3.0.9 and then use the CLI command to delta migrate in all steps:
php -f bin/ubdatamigration run --mode=update
Regards,
Mall.

#1
Profile photo of ubdev Staff 97910.00 $tone August 5, 2017
Public

Hi Fred, 
We’ve just replied to you via email regarding the upgrade option, kindly check. 
Regards,
Ubertheme team

#3
Profile photo of Mall Staff 184060.00 $tone August 6, 2017
Public

Hi there,

Is it possible to have these modifications made to my system like in this question?
(Websites, Stores, Store views and products ID)

With your case, you could to steps as followings:
Step 1: Open the php file at path: pub/ub-tool/protected/controllers/Step5Controller.php
and find to the code line:

if ($key != 'entity_id' AND isset($product->$key)) { //we don't take old product id

and replace it by code line:

if (isset($product->$key)) {

Step 2: Once done, let’s start setting for data migration in our tool in back-end of your site. You must setting in the step #2 as this:
http://prntscr.com/g4xhcj
And continue with other steps as our guide in Readme.html (included in your downloaded package)
Regards,
Mall.

#5

Please login or Register to Submit Answer

Written By

Comments