mirror of https://github.com/apache/cloudstack.git
DatabaseUpgradeChecker: add upgrade path for ACS 4.3.1
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
208399354f
commit
69575877cf
|
|
@ -66,6 +66,7 @@ import com.cloud.upgrade.dao.Upgrade410to420;
|
|||
import com.cloud.upgrade.dao.Upgrade420to421;
|
||||
import com.cloud.upgrade.dao.Upgrade421to430;
|
||||
import com.cloud.upgrade.dao.Upgrade430to440;
|
||||
import com.cloud.upgrade.dao.Upgrade431to440;
|
||||
import com.cloud.upgrade.dao.Upgrade440to441;
|
||||
import com.cloud.upgrade.dao.UpgradeSnapshot217to224;
|
||||
import com.cloud.upgrade.dao.UpgradeSnapshot223to224;
|
||||
|
|
@ -211,6 +212,8 @@ public class DatabaseUpgradeChecker implements SystemIntegrityChecker {
|
|||
|
||||
_upgradeMap.put("4.3.0", new DbUpgrade[] {new Upgrade430to440(), new Upgrade440to441()});
|
||||
|
||||
_upgradeMap.put("4.3.1", new DbUpgrade[] {new Upgrade431to440(), new Upgrade440to441()});
|
||||
|
||||
_upgradeMap.put("4.4.0", new DbUpgrade[] {new Upgrade440to441()});
|
||||
|
||||
//CP Upgrades
|
||||
|
|
|
|||
Loading…
Reference in New Issue