-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[master] Cannot upgrade from stable10 to master due to max-version #33819
Comments
@phil-davis FYI, I think you observed this as well in CI |
@PVince81 yes, I had similar problems when messing around switching branches with varying oC versions. |
GitMate.io thinks the contributor most likely able to help you is @VicDeo. Possibly related issues are #1520 (Upgrade from stable45 to master broken), #8973 (Lost permissions after upgrade from stable6 to master), #31455 ([stable10][master] Session is not validated), #32687 ([stable10] Backport of languages from master), and #31155 ([stable10] Backport of languages from master). |
@VicDeo if quick fix, feel free to take over. |
Expected behavior is that if version.php contains "git" or "daily" as channel, we skip max-version check when installing or upgrading apps |
@PVince81 >skip max-version check when installing or upgrading apps we skip it currently.
as follows ($channelDailyOrGit is a pseudocode):
|
@VicDeo that should do, yeah. only skip blocking incompatible apps. missing apps should still block |
As agreed in #33360, we skip max-version check for the git and daily channel on install.
We should also do so when running
occ upgrade
and any related operations.Currently upgrading from stable10 to master gives errors:
@DeepDiver1975 FYI
The text was updated successfully, but these errors were encountered: