我正在尝试使用Ubuntu命令将网站从Magento 1.14.2.1迁移到Magento 2.3.2。我已经对config.xml文件进行了所有更改,并具有两个数据库的路径,这是我尝试执行以应用设置的命令
xxx$bin/magento migrate:settings -r vendor/magento/data-migration-tool/etc/commerce-to-commerce/1.14.2.1/config.xml
它返回以下错误
In Dom.php line 455:
EntityRef: expecting ';'
Line: 133
migrate:settings [-r|--reset] [-a|--auto] [--] <config>
我也尝试过
xxx$bin/magento migrate:settings -reset vendor/magento/data-migration-tool/etc/commerce-to-commerce/1.14.2.1/config.xml
尝试过互联网,但没有找到任何帮助,如果有人提出解决此错误的建议,那将非常有用。
答案 0 :(得分:0)
您不能仅从命令行将magento 1更新为magento2。
您必须进行整个数据迁移。
Magneto也有一些迁移工具:
https://devdocs.magento.com/guides/v2.3/migration/migration-tool.html