nitin-maharana commented on a change in pull request #2628: Create upgrade path 
from 4.9.3.1 to 4.11.1.0
URL: https://github.com/apache/cloudstack/pull/2628#discussion_r186325412
 
 

 ##########
 File path: engine/schema/src/com/cloud/upgrade/DatabaseUpgradeChecker.java
 ##########
 @@ -408,6 +408,9 @@ public DatabaseUpgradeChecker() {
         _upgradeMap.put(CloudStackVersion.parse("4.9.3.0"),
             new DbUpgrade[] {new Upgrade4930to41000(), new 
Upgrade41000to41100(), new Upgrade41100to41110()});
 
+        _upgradeMap.put(CloudStackVersion.parse("4.9.3.1"),
+                new DbUpgrade[] {new Upgrade4930to41000(), new 
Upgrade41000to41100(), new Upgrade41100to41110()});
 
 Review comment:
   Hi @rafaelweingartner, Thanks for adding this upgrade path. Here we are 
considering from 4930 to 41000 instead of 4931 to 41000. Can we write a test 
for this path in DatabaseUpgradeCheckerTest.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to