Modules Unraveled Podcast

162 Drupal 8 Enterprise Development with Allan Chappell and David Diers - Modules Unraveled Podcast

Informações:

Synopsis

Migration In D7, we used the Migrate Drupal to Drupal module, what’s the case for D8? Speak on pattern of using Migrate Drupal as a basis for a migration. Migration plugins and yml configuration declarations are an improvement on an already excellent module - if you are going to handle migrations like you did in 7 - which might be appropriate depending on your use case Appropriate where you are significantly revising the content model, configuration or site composition. What are some of the pros and cons of the way Migrate Drupal works in D8? Pros Migration of most Drupal settings: registration emails, site name, debug settings, etc. Migration of most fields (work is ongoing to include contrib into upgrade migrations) Migration of all content types with nodes and revisions Cons By default, fixed ids (not ideal for staged work) Miss an opportunity to take out the trash   Configuration management Let’s talk about configuration management. I know from working with you guys that you started out usi