Remove deprecated updates; provide backup for 8002 update

Created on 5 August 2024, about 2 months ago
Updated 29 August 2024, about 1 month ago

Problem/Motivation

Drupal 10 no longer checks for older updates that start with a number lower than minimum supported core. eg Since 2.0.x branch minimum version is 9.1, updates starting with 8NNN are no longer run. That means updates 8001 and 8002 can now be safely removed as they should have run.

However, there is the slight possibility that update 8002 might be missed.

Proposed resolution

- Remove updates 8001 and 8002.
- Let drupal know that they have been removed, but only up to 8001 since 8002 could possibly be missed.
- Add post_update which does the same thing as 8002 but guards against overriding permissions set by admin

Remaining tasks

  • ✅ File an issue
  • ✅ Addition/Change/Update/Fix
  • ✅ Release notes snippet
  • ❌ Release

Release notes snippet

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇦🇺Australia elc

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024