You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat:support db kernel version upgrading
* update kernel version logic
* passed the e2e case
* add changelog
* adjust logic to only support immediate upgrade
* update changlog
* update doc
* rm kernel tips in update
db_kernel_version = "v13.3_r1.4" # eg:from v13.3_r1.1 to v13.3_r1.4
171
+
172
+
tags = {
173
+
tf = "teest"
174
+
}
175
+
}
176
+
```
177
+
146
178
## Argument Reference
147
179
148
180
The following arguments are supported:
@@ -157,7 +189,7 @@ The following arguments are supported:
157
189
*`backup_plan` - (Optional, List) Specify DB backup plan.
158
190
*`charge_type` - (Optional, String, ForceNew) Pay type of the postgresql instance. Values `POSTPAID_BY_HOUR` (Default), `PREPAID`.
159
191
*`charset` - (Optional, String, ForceNew) Charset of the root account. Valid values are `UTF8`,`LATIN1`.
160
-
*`db_kernel_version` - (Optional, String) PostgreSQL kernel version number. If it is specified, an instance running kernel DBKernelVersion will be created.
192
+
*`db_kernel_version` - (Optional, String) PostgreSQL kernel version number. If it is specified, an instance running kernel DBKernelVersion will be created. It supports updating the minor kernel version immediately.
161
193
*`db_major_version` - (Optional, String) PostgreSQL major version number. Valid values: 10, 11, 12, 13. If it is specified, an instance running the latest kernel of PostgreSQL DBMajorVersion will be created.
162
194
*`db_major_vesion` - (Optional, String, **Deprecated**) `db_major_vesion` will be deprecated, use `db_major_version` instead. PostgreSQL major version number. Valid values: 10, 11, 12, 13. If it is specified, an instance running the latest kernel of PostgreSQL DBMajorVersion will be created.
163
195
*`db_node_set` - (Optional, Set) Specify instance node info for disaster migration.
0 commit comments