- Issue created by @mandclu
- @mandclu opened merge request.
- Status changed to Needs work
about 1 year ago 7:58am 31 August 2023 - π¨π¦Canada mandclu
In my specific case the upgrade failed on the crop entity type, but I suspect there would be others that could trigger a similar failure (e.g. storage?) so it probably needs some refactoring of the isSupportedEntityType() method to be more reliable.
- First commit to issue fork.
- πΊπΈUnited States partdigital
Hi @mandclu that's a nasty bug, thanks for catching it and creating the MR!
I've pushed up some changes to it. It basically adds some checks to see if tables exist before attempting to migrate data.
I've also rolled back some of the support for other entity types. Prior to beta1, it required that entities had a canonical route. I removed that in order to support paragraphs. That's what caused the Crop issue since it fulfilled all the requirements even though it's not really appropriate. I've still maintained paragraphs as an exception.
I'm going to run this through some more tests, if I don't find any issues I'll release it with beta2 this week.
- Status changed to Needs review
about 1 year ago 1:58pm 31 August 2023 -
partdigital β
committed 3d3b82bd on 1.0.x authored by
mandclu β
Issue #3384483: Unable to run access_policy_update_9001.
-
partdigital β
committed 3d3b82bd on 1.0.x authored by
mandclu β
- Status changed to Fixed
about 1 year ago 3:03pm 31 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.