- Issue created by @fabianfiorotto
- Assigned to HitchShock
- Status changed to Closed: cannot reproduce
about 1 year ago 8:37am 14 September 2023 - πΊπ¦Ukraine HitchShock Ukraine
Hi @fabianfiorotto
I wasn't able to reproduce the issue.
Please make sure that you are following the documentation on how to use the module.
1. Generate migration configs, they must match the original templates:
- media-migration-step1.yml.twig
- media-migration-step2.yml.twig
2. Prepare duplicate file detection to fill in `migrate_file_to_media_mapping` table.The MediaMigrateSubscriber simply maps the new media file to the migrated file and all duplicates of this file. This means, that if a file is a duplicate of the migrated file, it will also be set to this value, and this is correct.
Here is an example of how it must look for duplicates after step 1
Afterward, in step 2 the file_id_lookup plugin will check the mapping first by fid column.Seems like you missed some steps from the documentation or modified some config/plugin.
At the moment I'm making a conclusion that the module works as designed. you can reopen the ticket if you have more clear steps.
- Issue was unassigned.