systemseed / falcon-legacy

4 stars 1 forks source link

Configs changed from admin interface are overridden by code deploy #34

Open duozersk opened 6 years ago

duozersk commented 6 years ago

We need to support the use-case when site configs are changed from Drupal admin interface so that they are not reset/overridden by next deploy. Currently we have the drush config-import command executed on every deploy.

I've seen it done using the following approach:

For the partial configs import from code we can use the https://www.drupal.org/project/confi module or maybe some other approach which supports partial config changes.

Here are the examples of configs that would benefit from it: