data-migration-tool icon indicating copy to clipboard operation
data-migration-tool copied to clipboard

tried 1.9.3.8 to 2.3.6 (using 2.3.5)

Open f1-outsourcing opened this issue 4 years ago • 3 comments

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">

f1-outsourcing avatar Jan 05 '21 22:01 f1-outsourcing

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


m2-assistant[bot] avatar Jan 05 '21 22:01 m2-assistant[bot]

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

DasserGIT avatar Jan 20 '21 20:01 DasserGIT

@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.

f1-outsourcing avatar Feb 07 '21 23:02 f1-outsourcing