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
334 stars 200 forks source link

Data Migration Tool with splitted database #861

Closed WaPoNe closed 3 years ago

WaPoNe commented 3 years ago

Preconditions

  1. Magento 1 Community 1.9.2.2
  2. Magento 2 Commerce 2.4.1
  3. Magento 2 splitted database (https://devdocs.magento.com/guides/v2.4/config-guide/multi-master/multi-master.html)

Steps to reproduce

  1. php bin/magento migrate:data -a -r app/code///etc/opensource-to-commerce/1.9.2.2/config.xml

Expected result

  1. Data migration correctly completed.

Actual result

  1. Base table or view not found: 1146 Table 'sales_order_grid' doesn't exist, query was: DESCRIBE sales_order_grid

Additional notes

Is it possible to use Data Migration Tool with a destination splitted database?

m2-assistant[bot] commented 3 years ago

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


DmitryFurs commented 3 years ago

@WaPoNe it has just been announced that the split database will be deprecated from version 2.4.2. Soon there will be recommendations for moving to a single database.

https://community.magento.com/t5/Magento-DevBlog/Deprecation-of-split-database-functionality-in-Magento-Commerce/ba-p/465187

WaPoNe commented 3 years ago

Thanks for the news @DmitryFurs