--- title: "upgradeCloudMysqlDbEngineVersion" slug: "cli-vmysql-upgradecloudmysqldbengineversion" updated: 2026-06-25T09:10:27Z published: 2026-06-25T09:10:27Z canonical: "cli-fin.ncloud-docs.com/cli-vmysql-upgradecloudmysqldbengineversion" --- > ## Documentation Index > Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # upgradeCloudMysqlDbEngineVersion

VPC 환경에서 이용 가능합니다.

## 개요 Cloud DB for MySQL 인스턴스의 DB 엔진 버전을 업그레이드합니다. ## 요청 ### 요청 파라미터 | 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 | | ----- | ----- | ----- | ----- | ----- | | regionCode | No | String | | - 리전 코드
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해서 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전을 선택 | | cloudMysqlInstanceNo | Yes | String | | - Cloud DB for MySQL 인스턴스 번호
- cloudMysqlInstanceNo는 [getCloudMysqlInstanceList](/docs/cli-vmysql-getcloudmysqlinstancelist) 액션을 통해서 획득 가능 | | cloudMysqlImageProductCode | Yes | String | | - Cloud DB for MySQL 이미지 상품 코드
- [getCloudMysqlImageProductList](/docs/cli-vmysql-getcloudmysqlimageproductlist) 액션의 productCode로 획득 가능 | | engineVersionCode | No | String | | - 엔진 버전 코드
- [getCloudMysqlImageProductList](/docs/cli-vmysql-getcloudmysqlimageproductlist) 액션을 통해 획득 가능
- 미입력 시 현재 제공 중인 최신 버전으로 생성 | | output | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : json | ## 예시 ### 요청 예시 ``` ncloud vmysql upgradeCloudMysqlDbEngineVersion --regionCode FKR --cloudMysqlInstanceNo ****890 --cloudMysqlImageProductCode=SW.VMYSL.OS.LNX64.ROCKY.0810.MYSQL.B050 --engineVersionCode=MYSQL8.0.40 ``` ### 응답 예시 응답 예시는 다음과 같습니다. * 응답 결과 포맷 타입(output)이 json 일 때 ```json { "upgradeCloudMysqlDbEngineVersionResponse": { "requestId": "eb46ade8-****-****-****-133bcbc382c1", "returnCode": "0", "returnMessage": "success", "totalRows": 1, "cloudMysqlInstanceList": [ { "cloudMysqlInstanceNo": "****890", "cloudMysqlServiceName": "test-****", "cloudMysqlInstanceStatusName": "upgrading", "cloudMysqlInstanceStatus": { "code": "CREAT", "codeName": "CLOUD DATABASE(VPC) Created State" }, "cloudMysqlInstanceOperation": { "code": "UPGD", "codeName": "CLOUD DATABASE(VPC) Upgrade OP" }, "cloudMysqlImageProductCode": "SW.VMYSL.OS.LNX64.ROCKY.0810.MYSQL.B050", "engineVersion": "MYSQL8.0.40", "license": { "code": "GPL", "codeName": "General Public License" }, "cloudMysqlPort": 13306, "isHa": true, "isMultiZone": true, "isBackup": true, "backupFileRetentionPeriod": 10, "backupTime": "02:00", "generationCode": "G2", "createDate": "2024-05-23T11:25:09+0900", "accessControlGroupNoList": [], "cloudMysqlConfigList": [], "cloudMysqlServerInstanceList": [ { "cloudMysqlServerName": "test-****-001-e04", "cloudMysqlServerRole": { "code": "M", "codeName": "Master" }, "cloudMysqlServerInstanceStatusName": "settingUp", "cloudMysqlServerInstanceStatus": { "code": "RUN", "codeName": "CLOUD DATABASE(VPC) Server Running State" }, "cloudMysqlServerInstanceOperation": { "code": "SETUP", "codeName": "CLOUD DATABASE(VPC) Server Setup OP" }, "cloudMysqlProductCode": "SVR.VDBAS.STAND.C002.M008.NET.SSD.B050.G002", "regionCode": "FKR", "zoneCode": "FKR-1", "vpcNo": "****83", "subnetNo": "****91", "isPublicSubnet": true, "dataStorageType": { "code": "SSD", "codeName": "SSD" }, "isStorageEncryption": true, "dataStorageSize": 10737418240, "cpuCount": 2, "memorySize": 8589934592, "createDate": "2024-05-23T11:25:09+0900" }, { "cloudMysqlServerName": "test-****-002-e05", "cloudMysqlServerRole": { "code": "H", "codeName": "Standby Master" }, "cloudMysqlServerInstanceStatusName": "settingUp", "cloudMysqlServerInstanceStatus": { "code": "RUN", "codeName": "CLOUD DATABASE(VPC) Server Running State" }, "cloudMysqlServerInstanceOperation": { "code": "SETUP", "codeName": "CLOUD DATABASE(VPC) Server Setup OP" }, "cloudMysqlProductCode": "SVR.VDBAS.STAND.C002.M008.NET.SSD.B050.G002", "regionCode": "FKR", "zoneCode": "FKR-2", "vpcNo": "****83", "subnetNo": "****93", "isPublicSubnet": true, "dataStorageType": { "code": "SSD", "codeName": "SSD" }, "isStorageEncryption": true, "dataStorageSize": 10737418240, "cpuCount": 2, "memorySize": 8589934592, "createDate": "2024-05-23T11:25:09+0900" } ] } ] } } ``` * 응답 결과 포맷 타입(output)이 xml 일 때 ```xml eb46ade8-****-****-****-133bcbc382c1 0 success 1 ****890 test-**** upgrading CREAT CLOUD DATABASE(VPC) Created State UPGD CLOUD DATABASE(VPC) Upgrade OP SW.VMYSL.OS.LNX64.ROCKY.0810.MYSQL.B050 MYSQL8.0.40 GPL General Public License 13306 true true true 10 02:00 G2 2024-05-23T11:25:09+0900 test-****-001-e04 M Master settingUp RUN CLOUD DATABASE(VPC) Server Running State SETUP CLOUD DATABASE(VPC) Server Setup OP SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002 FKR FKR-1 ****83 ****91 true SSD SSD true 10737418240 2 8589934592 2024-05-23T11:25:09+0900 test-****-002-e05 H Standby Master settingUp RUN CLOUD DATABASE(VPC) Server Running State SETUP CLOUD DATABASE(VPC) Server Setup OP SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002 FKR FKR-2 ****83 ****93 true SSD SSD true 10737418240 2 8589934592 2024-05-23T11:25:09+0900 ```