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

Fixes for reported issue #774 Delta Rewrites Failure #775

Closed iphigenie closed 4 years ago

iphigenie commented 4 years ago

Description

URLRewrite delta step failed if the source and destination used different prefixes in the database - also failed if there was a database prefix on the destination

Adding the missing document prefixes on 2 lines and correcting source->destination on a 3rd

Fixed Issues (if relevant)

  1. magento/data-migration-tool#774: Delta Rewrites Failure when database prefixes are used

Manual testing scenarios

It's a bit of a big scenario!

  1. Setup a destination Magento2 with a database prefix different than the source
  2. Migrate
  3. Wait for changes to have happened in the destination (I had no error immediately after installation)
  4. Run delta step

Contribution checklist

victor-v-rad commented 4 years ago

Hi @iphigenie

Thank you for fixing this issue. Internal ticket MC-30659 to process it

ghost commented 4 years ago

Hi @iphigenie, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.