Zend certified PHP/Magento developer

Magento 2.4.4 error in setup:upgrade

I completed successfully composer update magento 2.4.3-p1 to 2.4.4

Also my template and all modules are ready for 2.4.4 magento

But in setup:upgrade

I got this:

Unable to apply data patch MagentoCatalogSetupPatchDataUpdateMultiselectAttributesBackendTypes for module Magento_Catalog. Original exception message: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '4650-1028-0' for key 'catalog_product_entity_text.CATALOG_PRODUCT_ENTITY_TEXT_ROW_ID_ATTRIBUTE_ID_STORE_ID', query was: INSERT  INTO `catalog_product_entity_text` (`value_id`,`attribute_id`,`store_id`,`row_id`,`value`) VALUES (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?), (?, ?, ?, ?, ?),

and the ? continue more and more.

I search in this table: catalog_product_entity_text
For duplicate but I cannot identify any.

Has anyone faced this error?
Any solution please?