Open engcom-Bravo opened 1 year ago
Hi @engcom-Bravo. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel.
Preconditions and environment
Steps to reproduce
To replicate this you need
The system will try to copy data from the _varchar table back to the _text table which was already migrated with the data migration tool to _text and to _varchar table. In the process you'll get this error about duplicate values
Expected result
Upgrade occurs properly
Actual result
Duplicated values throw exceptions
Additional information
There is only one real solution here, the patch needs to first clear the invalid data from _text table before migrating from _varchar to _text
e.g.
Release note
No response
Triage and priority