cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3 - How to update Migrated Data?

Re: Magento 2.3 - How to update@ Migrated Data?

@Nishu Jindal  For orders & customers is following code right :

 

<steps mode="delta">
        <step title="Customer Attributes Step">
            <delta>Migration\Step\Customer\Delta</delta>
            <volume>Migration\Step\Customer\Volume</volume>
        </step> 
     <!--  <step title="Map Step">
            <delta>Migration\Step\Map\Delta</delta>
            <volume>Migration\Step\Map\Volume</volume>
        </step> -->
      <!--  <step title="Log Step">
            <delta>Migration\Step\Log\Delta</delta>
            <volume>Migration\Step\Log\Volume</volume>
        </step> -->
        <step title="OrderGrids Step">
            <delta>Migration\Step\OrderGrids\Delta</delta>
            <volume>Migration\Step\OrderGrids\Volume</volume>
        </step>
        <step title="SalesIncrement Step">
            <delta>Migration\Step\SalesIncrement\Delta</delta>
            <volume>Migration\Step\SalesIncrement\Volume</volume>
        </step>
</steps>

Re: Magento 2.3 - How to update@ Migrated Data?

Hi @Aveeva ,

 

Yes , please go ahead.

 

Thanks!

Re: Magento 2.3 - How to update@ Migrated Data?

@Nishu Jindal  Customer details updated but order not synced.

Re: Magento 2.3 - How to update@ Migrated Data?

Hi @Aveeva ,

 

Please confirm we didn't get any error while delta migration right?

Did you perform reindexing after the delta migration if not please perform.

Clear the cache and logout from admin and login again.

 

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!

Re: Magento 2.3 - How to update@ Migrated Data?

@Nishu Jindal  I did exactly what you told, customer details updated and order not sync.

Re: Magento 2.3 - How to update@ Migrated Data?

Hi @Aveeva,

Can you please mention how many data entries are there for orders in the magento 1 database after data migration.?

 

I hope those orders are created by the frontend users..

And there is no change in the magento 2 database after the data migration(adding new order/deleting )existing.

Also please post the delta migration output screenshot of the ssh panel. 

 

Thanks!

Re: Magento 2.3 - How to update@ Migrated Data?

@Nishu Jindal During data migration putty session out, what should i do further,

 

Screenshot : https://snipboard.io/sWDrfy.jpg

Re: Magento 2.3 - How to update@ Migrated Data?

Hi @Aveeva ,

Can you try updating timeout time in putty using below link

https://www.a2hosting.in/kb/getting-started-guide/accessing-your-account/keeping-ssh-connections-ali...

 

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!

Re: Magento 2.3 - How to update@ Migrated Data?

@Nishu Jindal What about my migration shall i run again or revert everything (How to do this?) Thank you.

Re: Magento 2.3 - How to update@ Migrated Data?

Hi @Aveeva ,

 

Try to run your migration again once.

 

Thanks!