Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 172 additions & 0 deletions en/notification.md

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions en/parameter-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,25 @@ After selecting two different parameter groups in the console, click the **Compa

You are free to delete parameter groups except those already applied to the DB instances. To delete a parameter group already applied to a DB instance, you must first change the parameter group of all connected DB instances before you delete it.

{{#if (eq engine.lowerCase "mysql")}}

### Cluster Parameter Group

Cluster Parameter Groups are provided to apply configurations for {{engine.pascalCase}} installed on your DB cluster. These groups are only available for DB clusters and are managed separately from standard DB instance parameter groups.

#### Constraints

A cluster parameter group has the following constraints:

* **DB Cluster Only**: This can only be used with DB instance groups of the DB Cluster type. It cannot be applied to general DB instances.
* **Fixed GTID Parameters**: Global transaction identifier (GTID)-related parameters are preset and cannot be modified.
* `gtid_mode = ON`
* `enforce_gtid_consistency = ON`
* `binlog_format = ROW`
* **Some Parameters Cannot Be Modified**: In addition to GTID-related parameters, some parameters cannot be modified to ensure the stability of the DB cluster.

{{/if}}

## Parameter

The parameter contains the following information.
Expand Down
11 changes: 11 additions & 0 deletions en/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Database > RDS for MySQL > Release Notes

<<<<<<< HEAD
### March 10, 2026

#### Feature Updates

- Added API v4.0
- For more information, see **API v4.0 guide** document in the user guide.
- Added snapshot backup feature
- Perform backups using Cinder storage snapshots with zero impact on DB performance
=======
### 2026. 03. 10.

#### 기능 추가 및 개선
Expand All @@ -8,6 +18,7 @@
- 자세한 내용은 사용자 가이드의 **API v4.0 가이드** 문서를 참고하세요.
- 스냅숏 백업 기능 추가
- Cinder 스토리지 스냅숏을 이용하여 DB 성능에 영향을 주지 않고 백업 수행
>>>>>>> 9ffa70b7eea85651d3e1a6f14fa27f835b88e3c0

### January 13, 2026

Expand Down
21 changes: 21 additions & 0 deletions template/en/api-guide-v2.0_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,22 @@
| {{this.text.en}} | {{this.endpoint}} |
{{/each}}

<<<<<<< HEAD:template/en/api-guide-v2.0.md

## Authentication and Authorization

AppKey and SecretKey are required to use the RDS for {{engine.pascalCase}} API.

An Appkey is a unique authentication key issued for each NHN Cloud service, and a project integrated Appkey is a common authentication key that can be used across multiple services within a single NHN Cloud project.



For more information about how to check and use an Appkey, see [Appkey](/nhncloud/ko/public-api/appkey). For more information about how to create and use a project integrated Appkey, see [Project Integrated Appkey](/nhncloud/ko/public-api/project-integrated-appkey).
=======
## Authentication and Authorization

An AppKey or a Project Integrated Appkey is required to use the RDS for {{engine.pascalCase}} API. An AppKey is a unique authentication key issued for each individual NHN Cloud service, while a Project Integrated Appkey is a common authentication key that can be shared across multiple services within a single NHN Cloud project. For more information on checking and using Appkeys, please refer to the [Appkey](/nhncloud/en/public-api/appkey). For more information on creating and using Project Integrated Appkeys, please refer to the [Project Integrated Appkey](/nhncloud/en/public-api/project-integrated-appkey).
>>>>>>> 9ffa70b7eea85651d3e1a6f14fa27f835b88e3c0:template/en/api-guide-v2.0_template.md

## Monitoring

Expand All @@ -24,7 +37,11 @@ GET /v2.0/metrics

| Name | Type | Format | Required | Description |
|--------------|------|--------|----------|-------------------------------------------------|
<<<<<<< HEAD:template/en/api-guide-v2.0.md
| X-TC-APP-KEY | URL | String | O | RDS for {{engine.pascalCase}} Appkey or integrated Appkey for project |
=======
| X-TC-APP-KEY | URL | String | O | AppKey or Project Integrated Appkey for RDS for {{engine.pascalCase}} |
>>>>>>> 9ffa70b7eea85651d3e1a6f14fa27f835b88e3c0:template/en/api-guide-v2.0_template.md

#### Response

Expand Down Expand Up @@ -55,7 +72,11 @@ GET /rds/api/v2.0/metric-statistics

| Name | Type | Format | Required | Description |
|--------------|------|--------|----------|-------------------------------------------------|
<<<<<<< HEAD:template/en/api-guide-v2.0.md
| X-TC-APP-KEY | URL | String | O | RDS for {{engine.pascalCase}} or integrated Appkey for project |
=======
| X-TC-APP-KEY | URL | String | O | AppKey or Project Integrated Appkey for RDS for {{engine.pascalCase}} |
>>>>>>> 9ffa70b7eea85651d3e1a6f14fa27f835b88e3c0:template/en/api-guide-v2.0_template.md

#### Request

Expand Down
Loading