magento / magento/data-migration-tool
tried 1.9.3.8 to 2.3.6 (using 2.3.5)
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 339
- Forks
- 195
- PR merge metrics
- No merged PRs in 30d
Description
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">
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the copied config.xml and the Magento setup:upgrade command described in the report. Reproduce the migration error and trace why the configuration yields multiple /config/steps/step nodes; done means the upgrade proceeds without this XML matching error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100