DIGITAL-693 updated drupal to 10.6 (first update s3fs then perform standard core update')#372
Closed
DIGITAL-693 updated drupal to 10.6 (first update s3fs then perform standard core update')#372
Conversation
…andard core update ')
Contributor
Author
|
From slack conversation w/ @akf Amy Farrell (Digital Services, PDX) [12:11 PM] And this seems weird ... why would a comment be forbidden? |
…3-drupal-update-s3fs-plus-standard
… php8.4), and update drush to 13
Contributor
Author
|
I've fixed the errors noted above, and additionally:
|
akf
approved these changes
Feb 7, 2026
Contributor
akf
left a comment
There was a problem hiding this comment.
Looks good and I didn't see any error messages in the logs while I tested.
I'm puzzled as to why I'm not seeing something that looks like composer update drupal/core in the new lines in composer.log, but that's okay.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira ticket
DIGITAL-693
Purpose
@akf found that the current s3fs module version did not support Drupal core > 10.4, which was keeping the standard core update method from going past 10.4.9
This is the command she used:
composer why-not drupal/core 10.6.2The telling line in the output of that command was:
drupal/s3fs 3.7.0 requires drupal/core (^8.8 || ^9 || ~10.0.0 || ~10.1.0 || ~10.2.0 || ~10.3.0 || ~10.4.0 || ~11.0.0 || ~11.1.0)Therefore I followed these steps, leading to a successful upgrade to 10.6.2 - using the standard core update method:
Includes the following PRs that must be merged first
Deployment and testing
Local Setup
QA/Testing instructions
Checklist for the Developer
Checklist for the Peer Reviewers