bazaarvoice / magento2-extension

The official Magento 2 extension for Bazaarvoice.
Other
15 stars 39 forks source link

Upgrade issue: Unable to apply data patch Bazaarvoice\Connector\Setup\Patch\Data\UpgradeBvDataAtttribute #102

Open tvaught991 opened 2 years ago

tvaught991 commented 2 years ago

Magento Version: 2.4.5-p1 BV Version: 9.1.5

Error: Unable to apply data patch Bazaarvoice\Connector\Setup\Patch\Data\UpgradeBvDataAtttribute for module Bazaarvoice_Connector. Original exception message: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '4-bv_feed_include' for key 'EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE', query was: UPDATE eav_attribute SET attribute_code = ? WHERE (attribute_id='180')

tvaught991 commented 2 years ago

Looks like there is an update for this: https://github.com/bazaarvoice/magento2-extension/pull/95

Added the extension manually vs composer and added the code from the pull request. Confirmed working.