sureshanaparti commented on code in PR #12875:
URL: https://github.com/apache/cloudstack/pull/12875#discussion_r2980193885


##########
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java:
##########
@@ -237,6 +238,7 @@ public DatabaseUpgradeChecker() {
                 .next("4.19.0.0", new Upgrade41900to41910())
                 .next("4.19.1.0", new Upgrade41910to42000())
                 .next("4.20.0.0", new Upgrade42000to42010())
+                .next("4.20.1.0", new Upgrade42010to42020())

Review Comment:
   @abh1sar note that there is upgrade path from 4.20.1 to 4.21.0, so this 
should be kept with 4.20, no need to forward merge. cc @DaanHoogland 
   
   `                .next("4.20.1.0", new Upgrade42010to42100())`
   



-- 
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]

Reply via email to