Skip to content

Instantly share code, notes, and snippets.

@DavMorr
Last active April 3, 2018 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavMorr/2ca9cf5ba272de5e7af3dae5d913796f to your computer and use it in GitHub Desktop.
Save DavMorr/2ca9cf5ba272de5e7af3dae5d913796f to your computer and use it in GitHub Desktop.
High level update procs for update a Drupal 8 site from v. 8.4.x to 8.5.x

This is a high level update procs for update a Drupal 8 site from Drupal v. 8.4.x to 8.5.x to pick up the critical security updates.
This does not include debugging tips if things go sideways resultant of the updates.

Create new clone or update dev site to current and backup. Be ready to restore is things go sideways. Put site in maintenace mode.

Run:

$ composer update drupal/core webflo/drupal-core-require-dev symfony/* --with-dependencies
$ drush updatedb
% drupal cr all

Test. If all goes well, take out of maintnenance mode and either commit updates or repeat steps on production flow servers. Would be a good idea to run config exports and check for changes.

References:

This thread has a goldmine:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment