Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
79a8bf8
MAGETWO-99771: Add new tables into deltalog.xml file to track changes
victor-v-rad May 23, 2019
df50bbb
MAGETWO-99803: Add ability for delta to track records by several fiel…
victor-v-rad May 30, 2019
2f15016
MAGETWO-99858: Add ability for delta to track records by several fiel…
victor-v-rad May 30, 2019
f198eac
MAGETWO-99886: Child products of configurable product do not transfer…
victor-v-rad Jun 5, 2019
669e5f4
Merge branch '2.3-develop' into MAGETWO-88440
victor-v-rad Jun 5, 2019
fe5eec3
MAGETWO-99958: Add delta step of ConfigurablePrices Step to all confi…
victor-v-rad Jun 7, 2019
fa7a8b9
MAGETWO-99958: Add delta step of ConfigurablePrices Step to all confi…
victor-v-rad Jun 7, 2019
c239aad
MAGETWO-99772: Add delta functionality to ConfigurablePrices Step
victor-v-rad Jun 10, 2019
72d8e4d
MAGETWO-99772: Add delta functionality to ConfigurablePrices Step
victor-v-rad Jun 11, 2019
bdfdd9d
MAGETWO-99772: Add delta functionality to ConfigurablePrices Step
victor-v-rad Jun 12, 2019
adfa611
Merge branch '2.3-develop' into MAGETWO-88440
victor-v-rad Jun 26, 2019
e9c47c2
MC-17876: Migration from 1.9 to 2.2 with duplicated url keys
victor-v-rad Jul 25, 2019
407143c
Merge branch '2.3-develop' into MAGETWO-88440
victor-v-rad Jul 25, 2019
a30d70b
MAGETWO-99774: Add delta functionality to UrlRewrite step for OpenSou…
victor-v-rad Jul 26, 2019
698397a
MAGETWO-99773: Add delta functionality to TierPrice step
victor-v-rad Aug 6, 2019
a7485bf
magento/data-migration-tool#: Set "urn:magento:module:Magento_DataMig…
atwixfirster Aug 11, 2019
c65b283
MAGETWO-98089: [GitHub] Migrated products with multiselect attribute …
victor-v-rad Aug 15, 2019
ca60f91
Merge branch '2.3-develop' into MAGETWO-88440
victor-v-rad Aug 16, 2019
da35f7b
MAGETWO-99776: Add delta functionality to UrlRewrite step for Magento…
victor-v-rad Aug 21, 2019
30199d2
MC-19536: Error during migration when no custom multiselect attribute…
victor-v-rad Aug 21, 2019
ba350f7
Merge branch '2.3-develop' into MAGETWO-88440
victor-v-rad Aug 21, 2019
0b4aac1
MC-19496: Target Rules throws error on Delta migration
victor-v-rad Aug 22, 2019
077b55d
MAGETWO-99775: Add delta functionality to UrlRewrite step for Magento…
victor-v-rad Aug 22, 2019
566a531
MC-19617: Delta for EE Urlrewrites cannot migrate only changed records
victor-v-rad Aug 23, 2019
9bcdcd2
MAGETWO-88440: Extend Delta feature to be able to migrate products an…
victor-v-rad Aug 23, 2019
e80bddf
MAGETWO-90635: [GitHub] Add ability for Data Migration Tool to load m…
victor-v-rad Aug 30, 2019
cf2d0d4
MC-19776: Data Migration EAV attribute type multiselect
victor-v-rad Sep 3, 2019
6e59784
MAGETWO-56034: [DB-RB] Error messages displaying on UrlRewrite step
victor-v-rad Sep 4, 2019
0bb67e1
MAGETWO-98530: [GitHub] Error duplicate entry appears then core_store…
victor-v-rad Sep 4, 2019
0ba5b3f
MAGETWO-98589: [GitHub] Custom category attributes disappear on categ…
victor-v-rad Sep 5, 2019
9fadaa1
MAGETWO-90635: [GitHub] Add ability for Data Migration Tool to load m…
victor-v-rad Sep 16, 2019
c4ffddf
MC-18493: [GitHub] Missing Table Prefix in PostProcessing Step #708
victor-v-rad Sep 18, 2019
b33784c
MC-19627: [GitHub] StockSalesChannel does not remove original record …
victor-v-rad Sep 20, 2019
4ca9762
MC-20633: Data Migration Tool Release 2.3.3
victor-v-rad Sep 30, 2019
0dd1db1
MC-20647: Error Invalid parameter number on migration of settings
victor-v-rad Oct 1, 2019
0fbd290
MC-20698: Error integrity check for new tables in Magento 2
victor-v-rad Oct 1, 2019
8343d8e
MC-20705: Error integrity check for new and changed fields in Magento 2
victor-v-rad Oct 1, 2019
c37d3a5
MC-21428: UrlRewrites does not clean up processed records and rerun i…
victor-v-rad Oct 2, 2019
ef8e62c
MC-21428: UrlRewrites does not clean up processed records and rerun i…
victor-v-rad Oct 2, 2019
cd36dd5
MC-21442: Illegal offset type error on Customer Attributes Step durin…
victor-v-rad Oct 3, 2019
ef333d2
MC-21511: Prepare and test Data Migration Tool for new Magento 1.9.4.…
victor-v-rad Oct 4, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2.3.3
=============
* Improvements in Delta migration. Now it can migrate new or changed in admin panel products and categories
* Added ability for Data Migration Tool to load map files outside its own directory
* Added support for versions:

* Magento Open Source: 2.3.3, 1.9.4.3
* Magento Commerce: 2.3.3, 1.14.4.3

* Fixed bugs:

* Url rewrites duplicates resoled incorrect with several websites
* Generation of URN in PhpStorm does not work for Data Migration Tool
* Error during migration from text type table to varchar type table when no custom multiselect attribute data exist
* Target Rules throws error on Delta migration
* Error message was hidden by progress bar during migration in UrlRewrites step
* [Issue #646](https://github.com/magento/data-migration-tool/issues/646): Migrated products with multiselect attribute do not show in layered navigation
* [Issue #659](https://github.com/magento/data-migration-tool/issues/659): Error duplicate entry appears then core_store_group.name has duplicates
* [Issue #664](https://github.com/magento/data-migration-tool/issues/664): Custom category attributes disappear on category save after migration
* [Issue #708](https://github.com/magento/data-migration-tool/issues/708): Missing Table Prefix in PostProcessing Step
* [Issue #715](https://github.com/magento/data-migration-tool/issues/715): StockSalesChannel does not remove original record from installation prior to insertion of new records

2.3.2
=============
* Added support for versions:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magento/data-migration-tool",
"description": "Migration Tool",
"version": "2.3.2",
"version": "2.3.3",
"require": {
"symfony/console": "~4.1.0",
"magento/framework": "*",
Expand Down
15 changes: 14 additions & 1 deletion etc/commerce-to-commerce/1.11.0.0/config.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../config.xsd">
<config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/config.xsd">
<steps mode="settings">
<step title="Settings Step">
<integrity>Migration\Step\Settings\Integrity</integrity>
Expand Down Expand Up @@ -109,6 +110,18 @@
<delta>Migration\Step\SalesOrder\Delta</delta>
<volume>Migration\Step\SalesOrder\Volume</volume>
</step>
<step title="ConfigurablePrices step">
<delta>Migration\Step\ConfigurablePrices\Delta</delta>
<volume>Migration\Step\ConfigurablePrices\Volume</volume>
</step>
<step title="Tier Price Step">
<delta>Migration\Step\TierPrice\Delta</delta>
<volume>Migration\Step\TierPrice\Volume</volume>
</step>
<step title="Url Rewrite Step">
<delta>Migration\Step\UrlRewrite\Version11410to2000Delta</delta>
<volume>Migration\Step\UrlRewrite\Version11410to2000</volume>
</step>
<step title="OrderGrids Step">
<delta>Migration\Step\OrderGridsEE\Delta</delta>
<volume>Migration\Step\OrderGridsEE\Volume</volume>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<groups xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../groups.xsd">
<groups xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd">
<group name="customer_entity">
<attribute>created_in</attribute>
<attribute>prefix</attribute>
Expand Down
3 changes: 2 additions & 1 deletion etc/commerce-to-commerce/1.11.0.0/map-customer.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../map.xsd">
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<field_rules>
<ignore>
Expand Down
3 changes: 2 additions & 1 deletion etc/commerce-to-commerce/1.11.0.0/map-tier-price.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../map.xsd">
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<field_rules>
<ignore>
Expand Down
33 changes: 32 additions & 1 deletion etc/commerce-to-commerce/1.11.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../map.xsd">
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<document_rules>
<ignore>
Expand Down Expand Up @@ -1883,6 +1884,9 @@
<ignore>
<datatype>enterprise_catalogevent_event.date_end</datatype>
</ignore>
<ignore>
<datatype>salesrule_coupon.expiration_date</datatype>
</ignore>
<ignore>
<datatype>oauth_token.callback_url</datatype>
</ignore>
Expand Down Expand Up @@ -2757,6 +2761,27 @@
<ignore>
<document>inventory_geoname</document>
</ignore>
<ignore>
<document>admin_analytics_usage_version_log</document>
</ignore>
<ignore>
<document>scconnector_google_feed_cl</document>
</ignore>
<ignore>
<document>scconnector_google_remove_cl</document>
</ignore>
<ignore>
<document>temando_product_attribute_mapping</document>
</ignore>
<ignore>
<document>vertex_custom_option_flex_field</document>
</ignore>
<ignore>
<document>yotpo_rich_snippets</document>
</ignore>
<ignore>
<document>yotpo_sync</document>
</ignore>
</document_rules>
<field_rules>
<transform>
Expand Down Expand Up @@ -3290,6 +3315,12 @@
<ignore>
<field>catalog_product_bundle_option_value.parent_product_id</field>
</ignore>
<ignore>
<field>core_config_data.updated_at</field>
</ignore>
<ignore>
<datatype>salesrule_coupon.expiration_date</datatype>
</ignore>
<ignore>
<datatype>quote_payment.cc_exp_month</datatype>
</ignore>
Expand Down
15 changes: 14 additions & 1 deletion etc/commerce-to-commerce/1.11.0.1/config.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../config.xsd">
<config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/config.xsd">
<steps mode="settings">
<step title="Settings Step">
<integrity>Migration\Step\Settings\Integrity</integrity>
Expand Down Expand Up @@ -111,6 +112,18 @@
<delta>Migration\Step\SalesOrder\Delta</delta>
<volume>Migration\Step\SalesOrder\Volume</volume>
</step>
<step title="ConfigurablePrices step">
<delta>Migration\Step\ConfigurablePrices\Delta</delta>
<volume>Migration\Step\ConfigurablePrices\Volume</volume>
</step>
<step title="Tier Price Step">
<delta>Migration\Step\TierPrice\Delta</delta>
<volume>Migration\Step\TierPrice\Volume</volume>
</step>
<step title="Url Rewrite Step">
<delta>Migration\Step\UrlRewrite\Version11410to2000Delta</delta>
<volume>Migration\Step\UrlRewrite\Version11410to2000</volume>
</step>
<step title="OrderGrids Step">
<delta>Migration\Step\OrderGridsEE\Delta</delta>
<volume>Migration\Step\OrderGridsEE\Volume</volume>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<groups xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../groups.xsd">
<groups xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd">
<group name="customer_entity">
<attribute>created_in</attribute>
<attribute>prefix</attribute>
Expand Down
3 changes: 2 additions & 1 deletion etc/commerce-to-commerce/1.11.0.1/map-customer.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../map.xsd">
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<field_rules>
<ignore>
Expand Down
3 changes: 2 additions & 1 deletion etc/commerce-to-commerce/1.11.0.1/map-tier-price.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../map.xsd">
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<field_rules>
<ignore>
Expand Down
33 changes: 32 additions & 1 deletion etc/commerce-to-commerce/1.11.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../map.xsd">
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<document_rules>
<ignore>
Expand Down Expand Up @@ -1883,6 +1884,9 @@
<ignore>
<datatype>enterprise_catalogevent_event.date_end</datatype>
</ignore>
<ignore>
<datatype>salesrule_coupon.expiration_date</datatype>
</ignore>
<ignore>
<datatype>oauth_token.callback_url</datatype>
</ignore>
Expand Down Expand Up @@ -2757,6 +2761,27 @@
<ignore>
<document>inventory_geoname</document>
</ignore>
<ignore>
<document>admin_analytics_usage_version_log</document>
</ignore>
<ignore>
<document>scconnector_google_feed_cl</document>
</ignore>
<ignore>
<document>scconnector_google_remove_cl</document>
</ignore>
<ignore>
<document>temando_product_attribute_mapping</document>
</ignore>
<ignore>
<document>vertex_custom_option_flex_field</document>
</ignore>
<ignore>
<document>yotpo_rich_snippets</document>
</ignore>
<ignore>
<document>yotpo_sync</document>
</ignore>
</document_rules>
<field_rules>
<transform>
Expand Down Expand Up @@ -3293,6 +3318,12 @@
<ignore>
<field>catalog_product_bundle_option_value.parent_product_id</field>
</ignore>
<ignore>
<field>core_config_data.updated_at</field>
</ignore>
<ignore>
<datatype>salesrule_coupon.expiration_date</datatype>
</ignore>
<ignore>
<datatype>quote_payment.cc_exp_month</datatype>
</ignore>
Expand Down
15 changes: 14 additions & 1 deletion etc/commerce-to-commerce/1.11.0.2/config.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../config.xsd">
<config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/config.xsd">
<steps mode="settings">
<step title="Settings Step">
<integrity>Migration\Step\Settings\Integrity</integrity>
Expand Down Expand Up @@ -111,6 +112,18 @@
<delta>Migration\Step\SalesOrder\Delta</delta>
<volume>Migration\Step\SalesOrder\Volume</volume>
</step>
<step title="ConfigurablePrices step">
<delta>Migration\Step\ConfigurablePrices\Delta</delta>
<volume>Migration\Step\ConfigurablePrices\Volume</volume>
</step>
<step title="Tier Price Step">
<delta>Migration\Step\TierPrice\Delta</delta>
<volume>Migration\Step\TierPrice\Volume</volume>
</step>
<step title="Url Rewrite Step">
<delta>Migration\Step\UrlRewrite\Version11410to2000Delta</delta>
<volume>Migration\Step\UrlRewrite\Version11410to2000</volume>
</step>
<step title="OrderGrids Step">
<delta>Migration\Step\OrderGridsEE\Delta</delta>
<volume>Migration\Step\OrderGridsEE\Volume</volume>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<groups xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../groups.xsd">
<groups xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/groups.xsd">
<group name="customer_entity">
<attribute>created_in</attribute>
<attribute>prefix</attribute>
Expand Down
3 changes: 2 additions & 1 deletion etc/commerce-to-commerce/1.11.0.2/map-customer.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../map.xsd">
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<field_rules>
<ignore>
Expand Down
3 changes: 2 additions & 1 deletion etc/commerce-to-commerce/1.11.0.2/map-tier-price.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../map.xsd">
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<field_rules>
<ignore>
Expand Down
33 changes: 32 additions & 1 deletion etc/commerce-to-commerce/1.11.0.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../map.xsd">
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<document_rules>
<ignore>
Expand Down Expand Up @@ -1883,6 +1884,9 @@
<ignore>
<datatype>enterprise_catalogevent_event.date_end</datatype>
</ignore>
<ignore>
<datatype>salesrule_coupon.expiration_date</datatype>
</ignore>
<ignore>
<datatype>oauth_token.callback_url</datatype>
</ignore>
Expand Down Expand Up @@ -2742,6 +2746,27 @@
<ignore>
<document>inventory_geoname</document>
</ignore>
<ignore>
<document>admin_analytics_usage_version_log</document>
</ignore>
<ignore>
<document>scconnector_google_feed_cl</document>
</ignore>
<ignore>
<document>scconnector_google_remove_cl</document>
</ignore>
<ignore>
<document>temando_product_attribute_mapping</document>
</ignore>
<ignore>
<document>vertex_custom_option_flex_field</document>
</ignore>
<ignore>
<document>yotpo_rich_snippets</document>
</ignore>
<ignore>
<document>yotpo_sync</document>
</ignore>
</document_rules>
<field_rules>
<transform>
Expand Down Expand Up @@ -3278,6 +3303,12 @@
<ignore>
<field>catalog_product_bundle_option_value.parent_product_id</field>
</ignore>
<ignore>
<field>core_config_data.updated_at</field>
</ignore>
<ignore>
<datatype>salesrule_coupon.expiration_date</datatype>
</ignore>
<ignore>
<datatype>quote_payment.cc_exp_month</datatype>
</ignore>
Expand Down
Loading