abh1sar commented on PR #12875:
URL: https://github.com/apache/cloudstack/pull/12875#issuecomment-4117360431
> > this process does not make sense to me
> > ```
> > Direct upgrade from 4.20.1.0 to 4.20.3.0 failed because the upgrade
hierarchy skipped the 4.20.1.0 node, causing DatabaseVersionHierarchy to fall
back to 4.20.0.0 and re-run Upgrade42000to42010.
@weizhouapache
```
// we cannot find the version specified, so get the
// most recent one immediately before this version
if (!contains(fromVersion)) {
return getPath(getRecentVersion(fromVersion), toVersion);
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]