I figured out what you meant. I downgraded to 4.1.0, I'm going to have to deploy that to master ->dev, test, prod first upgrade the db. Then upgrade to 5.0.0
Agreed this is a hassle.
I've also hit this issue.
we are on Drupal 10.1.8
upgraded from 4.0.0 to 5.0.0
/update.php
Unsupported schema version: Module Filter
The installed version of the Module Filter module is too old to update. Update to an intermediate version first (last removed version: 9403, installed version: 8000).
before updating module
"require": {
"pantheon-upstreams/upstream-configuration": "dev-master",
"pantheon-systems/drupal-integrations": "^9",
"drupal/module_filter": "^4.0",
I'm not sure I fully understand what @bygeoffthompson means by "I adjusted my version constraint to get 4.1"
Do I need to downgrade from 5.0.0 to 4.1 and edit the composer.json file?
cwyattjibc → created an issue.
cwyattjibc → created an issue.