ncloud_upgrade_mysql_version
Upgrades the MySQL engine version of a Cloud DB for MySQL instance, allowing selection of target version and major or minor upgrade type.
Instructions
Upgrade the DB engine version of a Cloud DB for MySQL instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regionCode | No | Region code (default: first region) | |
| engineVersionCode | No | Target engine version code (e.g. 'MYSQL8.0.40'). Defaults to latest version if omitted. | |
| cloudMysqlInstanceNo | Yes | Cloud MySQL instance number (getCloudMysqlInstanceList) | |
| isMajorVersionUpgrade | No | Major version upgrade (default: false). true: major upgrade (one step at a time, e.g. 5.7→8.0→8.4). false: minor upgrade only (e.g. 8.0.34→8.0.40). | |
| cloudMysqlImageProductCode | Yes | Target MySQL image product code (getCloudMysqlImageProductList) |