GitHub user bhaisaab opened a pull request: https://github.com/apache/cloudstack/pull/1247
[4.7.0/master] DB Paths fixes: 4.5.3->4.7.0, 4.6.2->4.7.0 - Adds missing upgrade path objects from 4.5.3 to 4.7.0 - Adds an explicit upgrade path class from 4.6.2 to 4.7.0, that extends over the upgrade path from 4.6.1 to 4.7.0 Notes: - The getUpgradableVersionRange() is not used to validate from/to versions which is why upgrading from 4.6.2 to 4.7.0 works without any errors when using the Upgrade461to470 for 4.6.2 version. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shapeblue/cloudstack 47-dbpathsfix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1247.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1247 ---- commit 1ce3746d50db3f3e05857854b596e749760075fd Author: Rohit Yadav <rohit.ya...@shapeblue.com> Date: 2015-12-16T09:01:00Z engine/schema: Fix upgrade paths 4.5.3->4.7.0, 4.6.2->4.7.0 - Adds missing upgrade path objects from 4.5.3 to 4.7.0 - Adds an explicit upgrade path class from 4.6.2 to 4.7.0, that extends over the upgrade path from 4.6.1 to 4.7.0 Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---