-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
(dev/core#3045) ManagedEntities - Fix crash during upgrade #22642
Conversation
This prevents a potential crash when trying to update a column before it has been added by the upgrader Fixes dev/core#3045
(Standard links)
|
Part AI've been trying to replicate the report... I installed 5.33 and tried doing all these things to the initial 5.33 DB:
Then I ran DB upgrades -- with both the web-based upgrader and Part BSomething in the backtrace and patch is confusing to me -- it appears to be firing While trying to r-run above, I also edited I struggle to see how the backtrace would arise. - or how the patch here could be operative. Maybe the system has additional/inter-related patches? Maybe it's an old version of Part COn a concrete level, I can't reproduce; on an abstract level, I don't understand. So... I don't really have enough to go on for merging... Of course, if someone else can test/reproduce, then that's cool... |
@totten your first step may be the problem. |
@colemanw Yes, that's a valid point about the first attempt. But it doesn't explain the third attempt (since 5.33's (Note: My bulleted list may have been a little confusing -- it wasn't really "first step; second step" in a procedure. It was more like: "I tried one approach, and it didn't work; then I tried a second approach, which also didn't work". Basically, after every intervention, I re-ran the upgrade - and the upgrade ran fine - so I'd move on to try another approach.) |
I'm going to merge based on the review on #22643 from 2 separate community members saying this fixed problems for them |
Overview
This prevents a potential crash when trying to update a column before it has been added by the upgrader
Fixes dev/core#3045