data-migration-tool
data-migration-tool copied to clipboard
Magento Data Migration Tool
### Preconditions Magento 2.4-develop ### Steps to reproduce Install data migration tool on 2.4-develop from github. Ref [guide](https://devdocs.magento.com/guides/v2.4/migration/migration-tool-install.html) **Steps:** ``` composer config repositories.data-migration-tool git https://github.com/magento/data-migration-tool composer require magento/data-migration-tool:2.4.4 or run...
### Preconditions 1. From Magento 1.9.0.1 2. To Magento 2.4.4 3. PHP 8.1 ### Steps to reproduce 1. bin/magento migrate:data vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.0.1/config.xml.dist -a ### Expected result 1. Successful migration ### Actual...
### Description ### Fixed Issues (if relevant) 1. magento/data-migration-tool#: Issue title 2. ... ### Manual testing scenarios 1. ... 2. ... ### Contribution checklist - [ ] Pull request has...
### Preconditions 1. Magento 1.9.2.4 to Magento 2.4.4 data migration 2. 2.4.4 Data Migration ### Steps to reproduce 1. bin/magento migrate:data vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.2.4/config.xml ### Expected result 1. Successful Data Migration ###...
Sorry, I can't see anywhere mentioning whether this is compatible with 8.1, but after upgrading form 2.4.3, running bin/magento returns ``` bin/magento setup:upgrade PHP Fatal error: During inheritance of Iterator:...
### Preconditions 1. Magento 1.9.2.4 to Magento 2.4.4 data migration 2. 2.4.4 Data Migration ### Steps to reproduce 1. bin/magento migrate:data vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.2.2/config.xml ### Expected result 1. Successful Data Migration ###...
Magento 2.4.3-p1 patch breaks data migration. Two new fields 'customer_entity.session_cutoff' and 'customer_visitor.created_at' are added in this patch and cause two 'Destination fields not mapped' errors. The same data migration configuration...
### Preconditions 1. Magento 2.4.3 2. PHP 7.4 ### Steps to reproduce 1. Running migration tool using the version 2. it migrated the data into Magento2 ### Expected result 1....
Magento 1.9.3.2 Magento 2.4.3 Data migation tool installed on magento 2.3.4 All configuration are good, when i am run migration:data command it will working and around 53% it stucked and...
Unable to install the prerelease of Magento 2.4.4 while the Data Migration Tool is installed due to conflicting Monolog packages. A [similar issue has been raised in the magento/magento2 repository](https://github.com/magento/magento2/issues/35280),...