Skip to content

Commit

Permalink
Merge pull request #879 from magento/2.4-develop
Browse files Browse the repository at this point in the history
Data Migration Tool Release 2.4.3
  • Loading branch information
victor-v-rad authored Aug 10, 2021
2 parents defabdb + f832705 commit 71c9cc9
Show file tree
Hide file tree
Showing 106 changed files with 923 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
- [ ] Pull request has a meaningful description of its purpose
- [ ] All commits are accompanied by meaningful commit messages
- [ ] All new or changed code is covered with unit/integration tests (if applicable)

- [ ] README.md file is updated and included in the pull request if any [README.md predefined sections](https://github.com/magento/devdocs/wiki/Magento-module-README.md) require an update
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To install the migration tool, you must:

2. Run the `composer config` and `composer require` commands to update `composer.json`.

3. When prompted, enter your <a href="http://devdocs.magento.com/guides/v2.0/install-gde/prereq/connect-auth.html" target="_blank">authentication keys</a>. Your public key is your username; your private key is your password.
3. When prompted, enter your <a href="http://devdocs.magento.com/guides/v2.4/install-gde/prereq/connect-auth.html" target="_blank">authentication keys</a>. Your public key is your username; your private key is your password.

To update `composer.json`:

Expand Down Expand Up @@ -107,4 +107,4 @@ To update `composer.json`:
5. Wait while dependencies are installed.

## More details
See the <a href="http://devdocs.magento.com/guides/v2.4/migration/bk-migration-guide.html">Migration Guide</a> for the detailed help with your data migration process.
See the <a href="http://devdocs.magento.com/guides/v2.4/migration/bk-migration-guide.html">Migration Guide</a> for the detailed help with your data migration process.
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.4.2",
"version": "2.4.3",
"require": {
"symfony/console": "~4.4.0",
"magento/framework": "*",
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.11.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2341,6 +2341,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2647,6 +2650,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3291,6 +3297,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.11.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2341,6 +2341,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2647,6 +2650,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3291,6 +3297,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.11.0.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2329,6 +2329,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2635,6 +2638,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3279,6 +3285,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.11.1.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2329,6 +2329,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2623,6 +2626,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3252,6 +3258,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.11.2.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2329,6 +2329,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2623,6 +2626,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3249,6 +3255,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.12.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2281,6 +2281,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2545,6 +2548,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3105,6 +3111,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.12.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2281,6 +2281,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2545,6 +2548,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3105,6 +3111,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.12.0.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2281,6 +2281,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2545,6 +2548,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3105,6 +3111,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.13.0.0/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2277,6 +2277,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2538,6 +2541,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3037,6 +3043,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.13.0.1/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2277,6 +2277,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2538,6 +2541,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3037,6 +3043,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
9 changes: 9 additions & 0 deletions etc/commerce-to-commerce/1.13.0.2/map.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2277,6 +2277,9 @@
<ignore>
<document>customer_address_entity_varchar</document>
</ignore>
<ignore>
<document>customer_group_excluded_website</document>
</ignore>
<ignore>
<document>store</document>
</ignore>
Expand Down Expand Up @@ -2538,6 +2541,9 @@
<ignore>
<document>klarna_payments_quote</document>
</ignore>
<ignore>
<document>klarna_logs</document>
</ignore>
<ignore>
<document>vertex_customer_code</document>
</ignore>
Expand Down Expand Up @@ -3037,6 +3043,9 @@
<ignore>
<field>checkout_agreement.mode</field>
</ignore>
<ignore>
<field>magento_customersegment_event.segment_event_id</field>
</ignore>
<ignore>
<field>cataloginventory_stock_item.deferred_stock_update</field>
</ignore>
Expand Down
Loading

0 comments on commit 71c9cc9

Please sign in to comment.