Closed
Description
Magento 2 data migration table or view not found without table name
Preconditions
- Magento version is 2.3.4 and source magento c1.7.0.2 - community edition
- Source and destination db should have prefix
Steps to reproduce
- Install and setup Magento 2.3.4
- Install and configure Magento migration tool for version 2.3.4
- Run migration command for settings and data.
Expected result
- Migration should be completed without error.
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mgn_' doesn't exist, query was: SELECT COUNT(*) FROMmgn_
Actual result
- Migration stops after PostProcessing step with following error