Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/alicloud_polardb_cluster: modified support the enumeration value RecoverFromRecyclebin to creation_option. #7778

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mengliux
Copy link
Contributor

resource/alicloud_polardb_cluster: modified support the enumeration value RecoverFromRecyclebin to creation_option.

@mengliux mengliux force-pushed the feature/20241024_support_instance_recover_from_recyclebin branch from a0a19ff to a97ae87 Compare October 25, 2024 05:15
@mengliux
Copy link
Contributor Author

测试结果:
image

@mengliux mengliux force-pushed the feature/20241024_support_instance_recover_from_recyclebin branch from a97ae87 to c8b38bd Compare October 25, 2024 05:42
…alue RecoverFromRecyclebin to creation_option.
@mengliux mengliux force-pushed the feature/20241024_support_instance_recover_from_recyclebin branch from c8b38bd to 30ba278 Compare October 25, 2024 07:35
@@ -166,8 +166,8 @@ The following arguments are supported:
-> **NOTE:** Only polardb MySQL Cluster version is available. The cluster with minor version number of 8.0.1 supports the column index feature, and the specific kernel version must be 8.0.1.1.22 or above.
-> **NOTE:** The single node, the single node version of the history library, and the cluster version of the history library do not support column save indexes.
* `sub_category` - (Optional, Available since 1.177.0) The category of the cluster. Valid values are `Exclusive`, `General`. Only MySQL supports.
* `creation_option` - (Optional, Available since 1.179.0) The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`.Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
-> **NOTE:** The default value is Normal. If DBType is set to MySQL and DBVersion is set to 5.6 or 5.7, this parameter can be set to CloneFromRDS or MigrationFromRDS. If DBType is set to MySQL and DBVersion is set to 8.0, this parameter can be set to CreateGdnStandby.
* `creation_option` - (Optional, Available since 1.179.0) The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`. **NOTE:** From version 1.232.1, `creation_option` can be set to `RecoverFromRecyclebin`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我之前说的文档里面也是这么写的吗?Valid values也要加上RecoverFromRecyclebin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants