Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magento 2.4.3-p1 patch breaks data migration #884

Open
barrybroom opened this issue Nov 12, 2021 · 5 comments
Open

Magento 2.4.3-p1 patch breaks data migration #884

barrybroom opened this issue Nov 12, 2021 · 5 comments

Comments

@barrybroom
Copy link

Magento 2.4.3-p1 patch breaks data migration. Two new fields 'customer_entity.session_cutoff' and 'customer_visitor.created_at' are added in this patch and cause two 'Destination fields not mapped' errors.

The same data migration configuration works in 2.4.3.

I have tried adding ignore field tags in the destination/field_rules section of map.xml, but this has no effect.

Running the data migration with the -auto option allows migration to complete. but customers are not migrated.

Preconditions

  1. Magento 2.4.3-p1
  2. Data migration tool 2.4.3

Steps to reproduce

  1. Prepare migration config
  2. Run php bin/magento migrate:data app/code/Company/Migration/etc/opensource-to-opensource/1.9.2.1/config.xml

Expected result

  1. Magento 1 data migrates to Magento 2 successfully

Actual result

  1. Data migration halts with 'Destination field not mapped' errors for fields 'customer_entity.session_cutoff' and 'customer_visitor.created_at'
@m2-assistant
Copy link

m2-assistant bot commented Nov 12, 2021

Hi @barrybroom. 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


@sajidunnar
Copy link

@barrybroom were you able to resolve this ?

@barrybroom
Copy link
Author

Hi Sajid. No I was not able to resolve this. I had to revert to a previous backup of Magento 2.4.3, run the data migration from Magento 1 and then upgrade to 2.4.3-p1. Migrating using 2.4.3-p1 gives the field mapping errors.

@sajidunnar
Copy link

sajidunnar commented Dec 3, 2021 via email

@danihuge
Copy link

Hi, any update about this bug??
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants