data-migration-tool
data-migration-tool copied to clipboard
tried 1.9.3.8 to 2.3.6 (using 2.3.5)
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">
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
- Join Magento Community Engineering Slack and ask your questions in #github channel.
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
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.