data-migration-tool icon indicating copy to clipboard operation
data-migration-tool copied to clipboard

Cannot perform delta migration on multiselect attributes.

Open ioweb-gr opened this issue 3 years ago • 2 comments

Preconditions

  1. Magento 1.9.4.2 to 2.4.1
  2. Migration data tool 2.4.1

Steps to reproduce

  1. Create a required multi select attribute in Magento 1 and create products using this attribute.
  2. Perform a single data migration.
  3. Add more products in Magento 1 and fill this attribute.
  4. Perform a delta migration

Expected result

  1. The new values are migrated

Actual result

  1. The new products are created but the value is not set for the multiselect attribute

Additional notes

While trying to understand why the products didn't have the values I noticed that during the data migration step the values are correctly transferred from the catalog_product_entity_text to catalog_product_entity_varchar table however this is not hapepning in the delta migration.

On my install, the data for this attribute during the delta migration is filled on catalog_product_entity_text table by mistake.

ioweb-gr avatar Jan 05 '21 12:01 ioweb-gr

Hi @ioweb-gr. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


m2-assistant[bot] avatar Jan 05 '21 12:01 m2-assistant[bot]

Any help on this guys? How can I transfer the missing data?

ioweb-gr avatar Mar 02 '21 22:03 ioweb-gr