Skip to content

Update Drupal Core and modules #148

Closed
@patrickkaleta

Description

@patrickkaleta

I found a blog post describing step-by-step how to upgrate to current 8.8 version of Drupal. I tested this locally and upgrade worked as supposed. In addition, I then also updated the remaining modules and fixed/removed our list of appended patches. All went well and CSIS seems to be running stable without any side-effects (I will further test the CSIS today). I suppose we can do the upgrade tomorrow.

Instructions

  1. upgrade Core to 8.8 as described in blog post (step 1 can be skipped, step 3 should be executed completely)
  2. DONE update the composer.patches.json file:
    a) remove the other_view_filter patch (this patch is already included in the new module version)
    b) switch to the re-created Business Rules patch for issue 3043752
  3. update remaining modules with:
    a) composer update
    b) drush updb
    c) drush cr

Check the Status report to see if any problems remain.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions