dgrigg / craft-migration-assistant

Migration Manager for Craft CMS
Other
27 stars 10 forks source link

Asset fields not included in content migration #42

Closed membla closed 1 year ago

membla commented 2 years ago

When doing a content migration, we've discovered that while the mapping to related assets are migrated fine as long as the assets are indexed before the migration is run but any field data related to the asset is not. This unfortunately makes the solution unviable for us. Is this an unsupported feature, a bug, or something we potentially could work around?

dgrigg commented 2 years ago

Unfortunately we don't have content migrations for the related field data on assets. It is something we could look at adding, to be honest it has never been requested.

membla commented 2 years ago

Unfortunately we don't have content migrations for the related field data on assets. It is something we could look at adding, to be honest it has never been requested.

I think full support for all content – at least for core Craft fields – would be welcome for anyone doing content migrations. So that would include tags too.