Upgrade fail from 2.4.0 to 3.0.0-beta2 on Drupal 9.5

Created on 14 February 2023, almost 2 years ago
Updated 21 October 2023, about 1 year ago

Problem/Motivation

Upgrade fail from 2.4.0 to 3.0.0-beta2 on Drupal 9.5

Steps to reproduce

  1. composer create-project drupal/recommended-project:^9
  2. composer require 'drupal/config_ignore:^2.2'
  3. drush en config_ignore
  4. drush cex
  5. composer require 'drupal/config_ignore:^3.0@beta'

Additional Information

Refer attached screenshot

🐛 Bug report
Status

Closed: works as designed

Component

Code

Created by

🇮🇳India vipin.mittal18 Greater Noida

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

Comments & Activities

  • Issue created by @vipin.mittal18
  • 🇮🇳India mukhtarm

    It was because the config_filter(dependency module) was part of the 2.2 version and it has been removed in the latest version.When upgrade to the latest version and then do a cache clear and then export the config will fix the problem

    Please review the patch.

  • 🇮🇳India mukhtarm

    Ignore the previous one. First upgrade to latest version, apply the patch. then export configs

  • 🇨🇭Switzerland bircher 🇨🇿

    This is caused by not having an explicit dependency on config filter in your composer.json file.
    I will make sure to point this out in the release note and the module page when tagging the stable version of 3.0
    I don't think there is any code needed.

  • Status changed to Closed: works as designed about 1 year ago
  • 🇨🇭Switzerland bircher 🇨🇿
Production build 0.71.5 2024