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.
-
All Group Prices were converted to Tier Prices.
-
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.
-
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 tomap-customer.xml
:
{% highlight xml %}
customer_entity.created_at {% endhighlight %}The Data Migration Tool doesn't support split database.