magento / data-migration-tool

Magento Data Migration Tool
https://devdocs.magento.com/guides/v2.3/migration/bk-migration-guide.html
Open Software License 3.0
336 stars 200 forks source link

Upgrade to Magento 2.4.7. with Data Migration Tool not working #923

Closed HRR1337 closed 5 months ago

HRR1337 commented 5 months ago

Trying to upgrade magento 2.4.6-p4 to magento 2.4.7 with the data migration tool (that is installed) gives the following error:

Problem 1

composer update -W doesn't work.

m2-assistant[bot] commented 5 months ago

Hi @HRR1337. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information. Add a comment to assign the issue: @magento I am working on this


Join Magento Community Engineering Slack and ask your questions in #github channel.

pjw345 commented 5 months ago

Question: Why would you want to use the migration tool for Magento 2.4.x?

This tool is normally used to migrate Magento 1.x to 2.x

If you are already on Magento 2.4.x you just have to update your composer.json file and run composer update followed by php bin/magento setup:upgrade and then you're done!

HRR1337 commented 5 months ago

Question: Why would you want to use the migration tool for Magento 2.4.x?

This tool is normally used to migrate Magento 1.x to 2.x

If you are already on Magento 2.4.x you just have to update your composer.json file and run composer update followed by php bin/magento setup:upgrade and then you're done!

Already did a migration from 1 to 2.4.6, but am not finished. And want to do a clean (read: new orders, attributes, customers etc) when i'm working on 2.4.7.

Have now removed the data migration tool - > upgraded magento 2.4.7 - > installed today the data migration tool version 2.4.7 and its working.