Drupal 10.3 won't upgrade

Created on 25 June 2024, 7 months ago

Problem/Motivation

Attempting to upgrade to Drupal 10.3 the module blocks upgrading as it won't support the new version.

Steps to reproduce

composer upgrade -w

Proposed resolution

update composer constraints.

πŸ› Bug report
Status

Active

Version

1.7

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States emptyvoid

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

Merge Requests

Comments & Activities

  • Issue created by @emptyvoid
  • πŸ‡ͺπŸ‡ΈSpain guardiola86

    Patch works, thanks @emptyvoid. I encountered this issue though, composer was still complaining, because it was checking the version before applying the patch:

    Problem 1
    - Root composer.json requires drupal/mysql56 == 1.7.0.0 -> satisfiable by drupal/mysql56[1.7.0].
    - drupal/mysql56 1.7.0 requires drupal/core ^9.4 || 10.0.* || 10.1.* || 10.2.* -> found drupal/core[9.4.0-alpha1, ..., 9.5.x-dev, 10.0.0-alpha1, ..., 10.2.x-dev] but these were not loaded, likely because it conflicts with another require.

    So what I did was using https://github.com/mglaman/composer-drupal-lenient and adding the module to the section in composer.json:
    "drupal-lenient": {
    "allowed-list": [
    "drupal/mysql56"
    ]
    }

  • Status changed to RTBC 6 months ago
  • πŸ‡¨πŸ‡¦Canada pierre paul lefebvre

    Works for me as well

  • πŸ‡¨πŸ‡¦Canada pierre paul lefebvre

    I just noticed the README.md mention this :

    This driver will be supported until Drupal 10.2's EOL of Dec 2024. It will most likely not work with Drupal 10.3 or higher.

    So I'm not sure if this module is still required and if we should add support to Drupal 10.3. If someone has some insights on this... we could update the readme instead of the composer.json.

  • πŸ‡ΊπŸ‡ΈUnited States balsama boston

    This driver will be supported until Drupal 10.2's EOL of Dec 2024. It will most likely not work with Drupal 10.3 or higher.

    I _think_ that comment anticipated that ✨ Add "json" as core data type to Schema and Database API Needs work would land prior to 10.3, which it didn't.

    I'm not sure if this module is still required

    So, if your platform still uses MySQL 5.6, you will need this module to run 10.3.

  • Merge request !3Allow all versions of Drupal 10 β†’ (Merged) created by balsama
  • Pipeline finished with Skipped
    4 months ago
    #294927
  • First commit to issue fork.
  • πŸ‡ΊπŸ‡ΈUnited States effulgentsia

    #5 is correct. Since JSON queries haven't landed in Drupal 10, and Drupal 11 is already released, so they won't land in 10.4, 10.5, etc. either, we can both support 10.3 now, and relax the constraint to ^10 as #6's MR does. Therefore, merged this to 8.x-1.x.

    I'll run some tests next week before tagging a release with this fix, but I don't expect that to uncover any major problems.

  • Automatically closed - issue fixed for 2 weeks with no activity.

  • πŸ‡ΊπŸ‡ΈUnited States bkosborne New Jersey, USA

    Hi - can a new release please be tagged for this?

Production build 0.71.5 2024