Skip to content

Data Migration Tool Release 2.1.1 #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
Sep 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
aaf28a1
MAGETWO-54941: Catalog events do not change its status after migration
Jul 11, 2016
9d90512
MAGETWO-52162: [GitHub] Migration does not run on PHP 7 after DI comp…
Jul 13, 2016
7a6caca
MAGETWO-52162: [GitHub] Migration does not run on PHP 7 after DI comp…
Jul 14, 2016
6949dfe
MAGETWO-52582: [GitHub] Data Migration "hung" at "Customer Attributes…
RuslanKostiv1 Jul 14, 2016
1b0b2f3
MAGETWO-55436: [GitHub] Installation Issue with Magento 2.1.0 CE #108
victor-v-rad Jul 15, 2016
f419a47
Merge branch 'develop' into MAGETWO-52582
RuslanKostiv1 Jul 15, 2016
b60a900
MAGETWO-52582: [GitHub] Data Migration "hung" at "Customer Attributes…
RuslanKostiv1 Jul 15, 2016
2ce62ab
MAGETWO-52505: [GitHub] url_rewrite duplicates #81
victor-v-rad Jul 18, 2016
eb206bc
MAGETWO-52505: [GitHub] url_rewrite duplicates #81
Jul 19, 2016
9cbd537
MAGETWO-52582: [GitHub] Data Migration "hung" at "Customer Attributes…
Jul 19, 2016
f6010e2
Merge remote-tracking branch 'origin/MAGETWO-54941' into develop
balex13 Jul 20, 2016
ba52cd4
MAGETWO-55303: [GitHub] Errors on EAV step #112
victor-v-rad Jul 21, 2016
ccbbb2b
MAGETWO-55399: Migration delta fails on SalesIncrement Step for EE 1.6
Jul 21, 2016
0ada781
MAGETWO-55303: [GitHub] Errors on EAV step #112
victor-v-rad Jul 22, 2016
07b69da
Merge remote-tracking branch 'origin/MAGETWO-52505' into develop
balex13 Jul 22, 2016
db2fc28
Merge remote-tracking branch 'origin/MAGETWO-52582' into develop
balex13 Jul 22, 2016
6943078
Merge remote-tracking branch 'origin/MAGETWO-52162' into develop
balex13 Jul 22, 2016
51b6018
Merge remote-tracking branch 'origin/MAGETWO-55399' into develop
balex13 Jul 22, 2016
c655bae
MAGETWO-55623: Cover MAGETWO-52582 changes by tests
RuslanKostiv1 Jul 26, 2016
6e5eb78
MAGETWO-55303: [GitHub] Errors on EAV step #112
victor-v-rad Jul 28, 2016
7537b50
MAGETWO-55846: Migrate DB from RedBox and analyze founded issues
RuslanKostiv1 Jul 29, 2016
4622adb
MAGETWO-55303: [GitHub] Errors on EAV step #112
victor-v-rad Jul 29, 2016
e9ca107
MAGETWO-55303: [GitHub] Errors on EAV step #112
victor-v-rad Aug 1, 2016
33d2490
MAGETWO-56087: Duplicate entry for key 'URL_REWRITE_REQUEST_PATH_STOR…
RuslanKostiv1 Aug 1, 2016
62f3a01
MAGETWO-55303: [GitHub] Errors on EAV step #112
Aug 2, 2016
b69c34b
Merge remote-tracking branch 'origin/MAGETWO-55846' into develop
Aug 2, 2016
24068d7
Merge branch 'MAGETWO-55303' into develop
victor-v-rad Aug 3, 2016
054ff89
Merge branch 'MAGETWO-55623' into develop
RuslanKostiv1 Aug 3, 2016
2fb0076
MAGETWO-56087: Duplicate entry for key 'URL_REWRITE_REQUEST_PATH_STOR…
RuslanKostiv1 Aug 4, 2016
767467c
MAGETWO-55890: Make pull request to github and package to repo.magent…
victor-v-rad Aug 10, 2016
0cd9e4d
MAGETWO-55890: Make pull request to github and package to repo.magent…
victor-v-rad Aug 10, 2016
6cf9da5
MAGETWO-55890: Make pull request to github and package to repo.magent…
victor-v-rad Aug 10, 2016
9cfb288
MAGETWO-55890: Make pull request to github and package to repo.magent…
victor-v-rad Aug 10, 2016
fbb9e3c
MAGETWO-56461: DMT 2.1.1 release S39
victor-v-rad Aug 11, 2016
c98fcdf
MAGETWO-52161: [GitHub] Bug in EAV with group_price attribute #69
le0n4eg Aug 19, 2016
60a1647
MAGETWO-52161: [GitHub] Bug in EAV with group_price attribute #69
le0n4eg Aug 22, 2016
b7a821d
MAGETWO-52161: [GitHub] Bug in EAV with group_price attribute #69
le0n4eg Aug 22, 2016
bcc5476
MAGETWO-56234: [DB-HA] Magento 2 frontend does not work after migration
Aug 29, 2016
af8d414
MAGETWO-57477: [DB-HA] Cannot login as admin after migration
Aug 30, 2016
e08afa1
Merge remote-tracking branch 'origin/MAGETWO-57477' into develop
victor-v-rad Aug 31, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.1.1
=============
* Improvements in migration of Magento 1 CE stores upgraded to 1.6 and later versions from versions earlier than 1.6 version
* Performance improvements in migration process
* Added support for migration for the following versions:

* Magento CE version 2.1.1
* Magento EE version 2.1.1

* Fixed bugs:
* Fixed an issue with URL Rewrite duplication in CMS Pages and Catalog
* [Issue#112](https://github.com/magento/data-migration-tool/issues/112) Errors on EAV step
* [Issue#75](https://github.com/magento/data-migration-tool/issues/75) Data Migration hung at Customer Attributes Step
* [Issue#64](https://github.com/magento/data-migration-tool/issues/64) Migration does not run on PHP 7 after DI compilation

2.1.0
=============
* Added support for migration of Magento 1 CE stores upgraded to 1.6 and later versions from versions earlier than 1.6 version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To update `composer.json`:

7. Enter the following command to reference Magento packages in `composer.json`:

composer config repositories.magento composer http://repo.magento.com
composer config repositories.magento composer https://repo.magento.com

8. Enter the following command to require the current version of the package:

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "magento/data-migration-tool",
"description": "Migration Tool",
"version": "2.1.0",
"version": "2.1.1",
"require": {
"symfony/console": "~2.3",
"magento/framework": "~100.1",
"monolog/monolog": "~1.16.0"
},
"autoload": {
"psr-4": {"Migration\\": ["src/Migration", "tests/unit/testsuite/Migration"]},
"files" : ["src/Migration/cli_commands.php"]
"files" : ["src/Migration/cli_commands.php", "registration.php"]
}
}
3 changes: 1 addition & 2 deletions etc/ce-to-ce/eav-document-groups.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
<document>customer_eav_attribute</document>
<document>eav_entity_type</document>
</group>
<group name="mapped_documents">
<group name="documents_attribute_extended">
<document key="attribute_id">catalog_eav_attribute</document>
<document key="attribute_id">customer_eav_attribute</document>
<document key="entity_type_code">eav_entity_type</document>
</group>
</groups>
19 changes: 8 additions & 11 deletions etc/ce-to-ce/settings.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1039,10 +1039,15 @@
<ignore>
<path>system/page_cache/debug</path>
</ignore>
<rename>
<ignore>
<path>design/theme/template</path>
</ignore>
<ignore>
<path>design/theme/template_ua_regexp</path>
</ignore>
<ignore>
<path>admin/security/session_cookie_lifetime</path>
<to>admin/security/session_lifetime</to>
</rename>
</ignore>
<rename>
<path>api/config/charset</path>
<to>webapi/soap/charset</to>
Expand Down Expand Up @@ -1179,14 +1184,6 @@
<path>design/header/logo_src_small</path>
<to>design/header/logo_src</to>
</rename>
<rename>
<path>design/theme/template</path>
<to>design/theme/theme_id</to>
</rename>
<rename>
<path>design/theme/template_ua_regexp</path>
<to>design/theme/ua_regexp</to>
</rename>
<rename>
<path>general/store_information/merchant_country</path>
<to>general/store_information/country_id</to>
Expand Down
3 changes: 1 addition & 2 deletions etc/ce-to-ee/eav-document-groups.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
<document>customer_eav_attribute</document>
<document>eav_entity_type</document>
</group>
<group name="mapped_documents">
<group name="documents_attribute_extended">
<document key="attribute_id">catalog_eav_attribute</document>
<document key="attribute_id">customer_eav_attribute</document>
<document key="entity_type_code">eav_entity_type</document>
</group>
</groups>
19 changes: 8 additions & 11 deletions etc/ce-to-ee/settings.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1039,10 +1039,15 @@
<ignore>
<path>system/page_cache/debug</path>
</ignore>
<rename>
<ignore>
<path>design/theme/template</path>
</ignore>
<ignore>
<path>design/theme/template_ua_regexp</path>
</ignore>
<ignore>
<path>admin/security/session_cookie_lifetime</path>
<to>admin/security/session_lifetime</to>
</rename>
</ignore>
<rename>
<path>api/config/charset</path>
<to>webapi/soap/charset</to>
Expand Down Expand Up @@ -1179,14 +1184,6 @@
<path>design/header/logo_src_small</path>
<to>design/header/logo_src</to>
</rename>
<rename>
<path>design/theme/template</path>
<to>design/theme/theme_id</to>
</rename>
<rename>
<path>design/theme/template_ua_regexp</path>
<to>design/theme/ua_regexp</to>
</rename>
<rename>
<path>general/store_information/merchant_country</path>
<to>general/store_information/country_id</to>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.11.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2368,6 +2368,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.11.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2368,6 +2368,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.11.0.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2368,6 +2368,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.11.1.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2356,6 +2356,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.11.2.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2356,6 +2356,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.12.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2278,6 +2278,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.12.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2278,6 +2278,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.12.0.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2278,6 +2278,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.13.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.13.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.13.0.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2231,6 +2231,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.13.1.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2237,6 +2237,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.14.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2237,6 +2237,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.14.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2237,6 +2237,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.14.1.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2239,6 +2239,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.14.2.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2276,6 +2276,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.14.2.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2282,6 +2282,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.14.2.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2288,6 +2288,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.14.2.3/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2282,6 +2282,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
4 changes: 4 additions & 0 deletions etc/ee-to-ee/1.14.2.4/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2282,6 +2282,10 @@
<param name="fieldCopy" value="rule_id"/>
</handler>
</transform>
<transform>
<field>magento_catalogevent_event.status</field>
<handler class="\Migration\Handler\GetEventStatus"/>
</transform>
<ignore>
<field>catalog_product_entity_media_gallery_value.entity_id</field>
</ignore>
Expand Down
3 changes: 1 addition & 2 deletions etc/ee-to-ee/eav-document-groups.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
<document>eav_entity_type</document>
<document>enterprise_rma_item_eav_attribute</document>
</group>
<group name="mapped_documents">
<group name="documents_attribute_extended">
<document key="attribute_id">catalog_eav_attribute</document>
<document key="attribute_id">customer_eav_attribute</document>
<document key="entity_type_code">eav_entity_type</document>
<document key="attribute_id">enterprise_rma_item_eav_attribute</document>
</group>
</groups>
Loading