- π³πΏNew Zealand quietone
https://www.drupal.org/node/2416555 β was deprecated in 2019 and the other page has received regular updates since this issue was created.
Therefor closing as outdated.
https://www.drupal.org/node/2416591 β and https://www.drupal.org/node/2416555 β Seem to be describing similar workflows and I think could be combined. Additionally, node/2416555 seems to be incorrect as it causes errors during install on 8.0.0.
Should we combine the pages? My confusion is from what I know about CMI in D8 right now is that there are no core modules that just dump export into a file. You have to trigger a core-export either through GUI or drush or console to have drupal generate the files from active config.
So with that in mind a file system based workflow really becomes, 'how to define different configuration paths to manage multiple environments' or something like
$config_directories['sync'] = 'sites/default/files/config_aJ-x8y-lxjlfBeuceMj3SBySc3xNTcSPC3ulzEdXwFZyoLfunu3HGScHvrgtMR45Vq2Qe0UAjw/sync';
$config_directories['stage'] = 'sites/default/files/config_aJ-x8y-lxjlfBeuceMj3SBySc3xNTcSPC3ulzEdXwFZyoLfunu3HGScHvrgtMR45Vq2Qe0UAjw/stage';
$config_directories['prod'] = 'sites/default/files/config_aJ-x8y-lxjlfBeuceMj3SBySc3xNTcSPC3ulzEdXwFZyoLfunu3HGScHvrgtMR45Vq2Qe0UAjw/prod';
Closed: outdated
11.0 π₯
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
https://www.drupal.org/node/2416555 β was deprecated in 2019 and the other page has received regular updates since this issue was created.
Therefor closing as outdated.