Skip to content

Updating Drupal core & contrib

Mark Fullmer edited this page Sep 30, 2020 · 1 revision

This page is a work in progress...

Deployment : Test instance

  1. git checkout the appropriate tag on the development server.
  2. Run vendor/bin/composer update -o (updates dependencies in code)
  3. Run vendor/bin/drush cim -y (imports any new configuration)
  4. Run vendor/bin/drush updb -y (performs any pending database updates)