You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/09/22 14:17:28 UTC

[GitHub] [cloudstack] rohityadavcloud commented on a diff in pull request #6759: DatabaseUpgradeChecker: add upgrade path from 4.17.0.1 to 4.17.1.0

rohityadavcloud commented on code in PR #6759:
URL: https://github.com/apache/cloudstack/pull/6759#discussion_r977716592


##########
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java:
##########
@@ -208,6 +208,7 @@ public DatabaseUpgradeChecker() {
                 .next("4.16.1.0", new Upgrade41610to41700())
                 .next("4.16.1.1", new Upgrade41610to41700())
                 .next("4.17.0.0", new Upgrade41700to41710())
+                .next("4.17.0.1", new Upgrade41700to41710())

Review Comment:
   Not an issue, if somehow it won't matter or doesn't matter; and this somehow runs while upgrading from 4.17.0.1.



-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org