Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.71 KB

migration-migrate-additional.md

File metadata and controls

42 lines (35 loc) · 1.71 KB
layout group subgroup title menu_title menu_node menu_order version github_link
default
migration
D_Migrate using the data migration tool
Additional info
Additional info
4
2.0
migration/migration-migrate-additional.md

Some existing behaviour and logic from Magento 1 was implemented in a different way in Magento 2. The Data Migration Tool takes care of it.

  1. All Group Prices were converted to Tier Prices.

  2. The numbers of Orders, Invoices, Shipments, Credit Memos and RMA migrate as is. But after migration and switching to Magento 2 the numeration for newly created sales entities will be different.

  3. If the Magento 1 server has the time zone set to anything other than UTC, you must configure the offset to migrate timestamp fields. The Data Migration Tool has special handler \Migration\Handler\Timezone for transforming time to a different time zone. In the following example, the Magento 1 server timezone is UTC-7. To convert the customer account creation date properly, add the following rule to map-customer.xml:

{% highlight xml %}

customer_entity.created_at {% endhighlight %}

The Data Migration Tool doesn't support split database.