You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means a workflow like that shown below will fail on the final step because drush updb creates the fields, so the subsequent drush cim step finds the fields and config already exist.
composer install latest on dev
drush deploy on dev
export config on dev
capture new config in repo
deploy updated codebase to prod/stage/etc
drush deploy on prod/stage/etc
The text was updated successfully, but these errors were encountered:
@ekes I've confirmed with @tran-bigbluedoor that the PR above is working. Running this updated hook on a project where those fields are already in config no longer causes the import to fail. So all good from our side, thank you.
The update hook creates two new fields for the
localgov_paragraphs
module, but fails to check if they're already present.This means a workflow like that shown below will fail on the final step because
drush updb
creates the fields, so the subsequentdrush cim
step finds the fields and config already exist.The text was updated successfully, but these errors were encountered: