Advanced Drupal 8 Configuration Management (CMI) Workflows – Liip Blog

After implementing some larger enterprise Drupal 8 websites, I would like to share some insights, how to solve common issues in the deployment workflow with Drupal 8 CMI.

INTRODUCTION TO DRUPAL CMI

First of all, you need to understand, how the configuration management in Drupal 8 works. CMI allows you to export all configurations and its dependencies from the database into yml text files. To make sure, you never end up in an inconsistent state, CMI always exports everything. By default, you cannot exclude certain configurations.

Source: Advanced Drupal 8 Configuration Management (CMI) Workflows – Liip Blog

Leave a Reply