interface UpgradeInstanceRequestMajorUpgradeWorkflow {
    upgradableVersionId: string;
    withEndpoints: boolean;
}

Properties

upgradableVersionId: string

This will create a new Database Instance with same specifications as the current one and perform a Database Engine upgrade.

withEndpoints: boolean

At the end of the migration procedure this option let you migrate all your database endpoint to the upgraded instance.