Drupal Core Update Log - NCIOCPL/cgov-digital-platform GitHub Wiki

2019-02-03

Tried upgrading.

Steps:

  1. composer cgov-clean
  2. composer install
  3. Updated patch https://www.drupal.org/files/issues/2019-01-23/2599228-128_.patch
  4. composer update drupal/core

Results

Tons of errors: Warning: Unexpected character in input: ' in /var/www/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php on line 56

Image browser does not work -- this was one of the reasons for updating. To remove all the errors for our language filter on the media view.

Outcome

Abandoned update for now.

2019-02-11

Updated to bf90583

Steps:

  1. composer cgov-clean
  2. composer install
  3. Found new patch for issue 2599228
  4. composer require drupal/core:^8.7.0 --update-with-dependencies

2019-03-12

Updated to 8e41d63 Steps:

  1. composer cgov-clean
  2. composer install
  3. Commented out old patch from composer.json
  4. composer cgov-clean
  5. composer install
  6. composer require drupal/core:^8.7.0 --update-with-dependencies
  7. Found new patch for issue 2599228
  8. Added new patch to composer.json
  9. composer cgov-clean
  10. composer install

The normal steps from 2/11 kept saying the patch could not be applied. Additionally, due to an issue in Twig, the core update bumped up the version (v1.38.0), but that had an issue. So we had to downgrade to 1.37.1.

2019-05-02

Updated to 5da135a

Steps:

  1. composer cgov-clean
  2. Edited composer.json, removing the requirement line for drupal/core and adding "webflo/drupal-core-require-dev": "^8.7.0"
  3. composer install
  4. composer update drupal/core webflo/drupal-core-require-dev --with-dependencies