mirror of https://github.com/apache/cloudstack.git
upgrade path
This commit is contained in:
parent
4ade3fbeb4
commit
1c78d5acc5
|
|
@ -219,6 +219,8 @@ public class DatabaseUpgradeChecker implements SystemIntegrityChecker {
|
|||
|
||||
_upgradeMap.put("4.4.1", new DbUpgrade[] {new Upgrade441to442(), new Upgrade442to443()});
|
||||
|
||||
_upgradeMap.put("4.4.2", new DbUpgrade[] {new Upgrade442to443()});
|
||||
|
||||
//CP Upgrades
|
||||
_upgradeMap.put("3.0.3", new DbUpgrade[] {new Upgrade303to304(), new Upgrade304to305(), new Upgrade305to306(), new Upgrade306to307(), new Upgrade307to410(),
|
||||
new Upgrade410to420(), new Upgrade420to421(), new Upgrade421to430(), new Upgrade430to440(), new Upgrade440to441(), new Upgrade441to442(), new Upgrade442to443()});
|
||||
|
|
|
|||
Loading…
Reference in New Issue