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

tried 1.9.3.8 to 2.3.6 (using 2.3.5) #865

Open f1-outsourcing opened 3 years ago

f1-outsourcing commented 3 years ago

I copied the config.xml with

cp -a ./opensource-to-opensource/1.9.3.8/config.xml.dist config.xml

changed the databases source and destination

and ran

bin/magento setup:upgrade

Getting this error

More than one node matching the query: /config/steps/step, Xml is: <?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd" xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/config.xsd">
m2-assistant[bot] commented 3 years ago

Hi @f1-outsourcing. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


DasserGIT commented 3 years ago

I'm using Magento 2.3.6 there isn't a data migration tool for 2.3.6, will 2.3.5 work? thanks

f1-outsourcing commented 3 years ago

@DasserGIT

It worked for me. Mostly there are no changes in the architecture with minor upgrades like 2.3.x, I suppose this is the same for magento. This is mostly related to copying data between databases, so it should work. I managed to get my orders, stores and products over.