Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A series of screenshots from a must-watch DrupalCon Vienna preso called Advanced Configuration Management with Config Split et al.

Panel
titleThe Problem
Image RemovedImage Added


Panel
titleStarting off a new project (initial site installation)

 

...

Panel
titleAfter you complete some local development that includes config changes


Image RemovedImage Added



Code Block
languagebash
drush cex # export config
git add && git commit
git pull
composer install
drush updb
drush cim # import config
git push



...

Panel
titleSteps to safely update modules or Drupal core


Image RemovedImage Added



Code Block
languagebash
composer update
drush updb
drush cex # export config
git add && git commit
git push



...

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@23154b
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel in ( "drupal8" , "configuration" ) and type = "page" and space = "KALA"
labelsconfiguration drupal8

...

Review History

Who

When

Status

Bob

20230530

Updated some details - current

...