Upgrades the minor engine version of an AnalyticDB for PostgreSQL instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
gpdb:UpgradeDBVersion |
update |
*DBInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| DBInstanceId |
string |
Yes |
The instance ID. |
gp-wz9kmr708m155j*** |
| MinorVersion |
string |
No |
The minor engine version. |
6.3.6.1-202112012048 |
| MajorVersion |
string |
No |
Deprecated. You do not need to specify this parameter. |
null |
| SwitchTimeMode |
string |
No |
Deprecated. You do not need to specify this parameter. |
null |
| SwitchTime |
string |
No |
Deprecated. You do not need to specify this parameter. |
null |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TaskId |
string |
The task ID. |
101450956 |
| RequestId |
string |
The request ID. |
25C11EE5-B7E8-481A-A07C-BD619971A570 |
| DBInstanceId |
string |
Deprecated. This parameter is no longer returned. |
null |
| DBInstanceName |
string |
The instance name. |
gp-wz9kmr708m155j*** |
Examples
Success response
JSON format
{
"TaskId": "101450956",
"RequestId": "25C11EE5-B7E8-481A-A07C-BD619971A570",
"DBInstanceId": "null",
"DBInstanceName": "gp-wz9kmr708m155j***"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.