DaanHoogland commented on code in PR #7417:
URL: https://github.com/apache/cloudstack/pull/7417#discussion_r1168510398
##########
engine/schema/src/main/java/com/cloud/upgrade/DatabaseUpgradeChecker.java:
##########
@@ -315,9 +321,12 @@ protected void upgrade(CloudStackVersion dbVersion,
CloudStackVersion currentVer
}
}
+ String upgradedVersion = upgrade.getUpgradedVersion();
+ executeViewScripts(conn, upgradedVersion);
Review Comment:
so we upgrade the views on each step after the scripted upgrades but before
the java based upgrades.
I wonder if we should just do it ones after everything, but maybe that will
hamper some upgrades that depend on views for data collection.
--
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]