Closed (fixed)
Project:
Media Migration
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2022 at 11:56 UTC
Updated:
21 Mar 2023 at 23:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
yash.rode commentedComment #3
yash.rode commentedYoutube field to media migration.
Comment #5
yash.rode commentedComment #6
yash.rode commentedSource query changed->added orderBy() to get the same result on local as well as DGO.
Comment #7
huzooka#6 is perfect!
Thank you, @yash.rode!
Comment #9
huzooka...and I just noticed what's wrong:
We have to make sure that these youtube field migrations are executed after the other media from plain files and media from media migrations: because if
d7_youtube_fieldis executed before them, then we will have a media entity ID conflict!I won't revert the commit, but this should be addressed.
Comment #10
yash.rode commentedAdded migration dependencies to make sure youtube field migration is executed after the other media from plain files and media from media migrations are executed.
Comment #11
huzookaThe underlying issue (the assumption on source fid === destination mid) was addressed in #3281055: Media entity migrations shouldn't migrate file IDs to media IDs.
@yash.rode, thank you again!