Let's Make a Drupal 8 Site | Part 1: Migration (for reals this time)

preview_player
Показать описание
With all my tooling issues resolved. I'll finally get around to migrating an old Drupal 6 site into Drupal 8. I might need to write some custom migrations in order to get all of the images to be imported. I will have to figure that out live.

I'll also have to make decisions about consolidating the content from various content types into fewer ones.

If I have time, I'll look into next week's effort of landing a theme and taking over parts of the rendering process so I can implement a custom design.
Рекомендации по теме
Комментарии
Автор


destination:
plugin: 'entity:node'
type: article
bundle: article


EDIT:
Also it looks like some migration fixes came in with the latest patch release:



So it might neat to repeat the drush cex step to see if that's a reliable way to do this.

DrupalAndCoffee