Migrating just one table

Hi,
 
We succesfully migrated our database but forgot to select one root category. Are we able to safely run another migration on top of the current one, while only selecting that category? Will it overwrite anything?
 
Thank you!

8 answers

Profile photo of Mall Staff 184060.00 $tone January 16, 2020
Public

Hi there,

Are we able to safely run another migration on top of the current one, while only selecting that category? Will it overwrite anything?

What are versions of your M2 site and our module in your instance?
Regards,
Mall.
 

#1
Profile photo of Mall Staff 184060.00 $tone January 17, 2020
Public

Hi there,

We succesfully migrated our database but forgot to select one root category. Are we able to safely run another migration on top of the current one, while only selecting that category? Will it overwrite anything?

In ver.3.2.2 of our module, you can delta migrate for the missing root category you mentioned. After you have updated needed settings in step #4 of our migration tool, you can run CLI command in step #4:
php -f bin/ubdatamigration run --step=4
Once done, you can do delta migration in other steps of our migration tool.
Regards,
Mall.

#3
Profile photo of ubdev Staff 98150.00 $tone January 21, 2020
Public

Hi Alex,
 
Yes, please follow Mall’s suggestion in his reply #4. If you have any additional question, feel free to let us know here. 
 
Meanwhile, since our team is about to have a 7-Days Festival Event starting from Jan 23 to Jan 29, we’re sorry for certain delay in response if you reach out to us during this period. We do have a technical team in charge, however it will take us longer to follow up your questions.
 
Thanks for your understanding.

 
Regards,
Ubertheme team

#5
Profile photo of Alex Bisaliev 180.00 $tone January 24, 2020
Public

We actually have another question,
 
After migrating, the Order ID increment on orders starts at 0 again. Is there any way to make it start at the # we left at before migrating?
Also, we noticed we are not able to place any orders when a user is not logged into the website. It does seem to be inserted into the database because the order # went up by 2 after placing another order while logged in.
Any ideas on fixes for these matters?
Thank you very much!

#6
Profile photo of ubdev Staff 98150.00 $tone January 24, 2020
Public

Hi Alex,
 
Since our team is having a 7-Days Festival Event starting from Jan 23 to Jan 29, we’re sorry for the delay in following up your question during this period. We’re off on both Saturday and Sunday as well. 

We’re terribly sorry for this unexpected circumstance and thanks for your patience.

Sincerely, 
Ubertheme team
 

#7
Profile photo of Mall Staff 184060.00 $tone January 30, 2020
Public

Hi Alex,
I am sorry for replying to you this late as our team has just been back from our Festival Event.

After migrating, the Order ID increment on orders starts at 0 again

That is a new working rule of Magento 2 for increment IDs of Sales orders. You can learn more about that via this post

Also, we noticed we are not able to place any orders when a user is not logged into the website. It does seem to be inserted into the database because the order # went up by 2 after placing another order while logged in.
Any ideas on fixes for these matters?

That was strange. It relates to the settings and functions in your M2 site only. 
 
Did you enable any third-party theme or extensions in your M2 site? Please check the checkout settings in your M2 site once again.

Regards,
Mall.

#8

Please login or Register to Submit Answer

Written By

Comments