-
Notifications
You must be signed in to change notification settings - Fork 716
test-nicole'sagen-commit #23191
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
base: release-8.5
Are you sure you want to change the base?
test-nicole'sagen-commit #23191
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -34,10 +34,9 @@ | |||||
|
|
||||||
| - Support directly migrating data from Amazon Aurora MySQL, Amazon Relational Database Service (RDS) MySQL, or self-hosted MySQL-compatible databases to TiDB Cloud online. This feature is now in General Availability. | ||||||
|
|
||||||
| - Provide services in the following 6 regions: | ||||||
| - Provide services in the following 5 regions: | ||||||
| - AWS Oregon (us-west-2) | ||||||
| - AWS N. Virginia (us-east-1) | ||||||
| - AWS Mumbai (ap-south-1) | ||||||
| - AWS Singapore (ap-southeast-1) | ||||||
| - AWS Tokyo (ap-northeast-1) | ||||||
| - AWS Frankfurt (eu-central-1) | ||||||
|
|
@@ -140,7 +139,7 @@ | |||||
|
|
||||||
| To use the PITR feature, make sure that your TiDB cluster version is at least v6.3.0 and the TiKV node size is at least 8 vCPU and 16 GiB. | ||||||
|
|
||||||
| By default, backup data is stored in the same region where the cluster is created. In Japan, for TiDB clusters hosted on GCP with PITR enabled, you can choose to store backup data in one or two regions (Tokyo and/or Osaka). Restoring data from an alternative region provides a higher level of data safety and can tolerate region failures. | ||||||
| By default, backup data is stored in the same region where the cluster is created. For TiDB clusters hosted on GCP with PITR enabled, you can choose to store backup data in a supported region. Restoring data from an alternative region provides a higher level of data safety and can tolerate region failures. | ||||||
|
Check failure on line 142 in tidb-cloud/releases/release-notes-2022.md
|
||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The phrases "is stored" and "is created" are in the passive voice. According to the style guide, we should avoid passive voice and write in the second person ("you") and present tense. Rewriting this to active voice makes the instruction more direct and clear.
Suggested change
References
|
||||||
|
|
||||||
| For more information, see [Back Up and Restore TiDB Cluster Data](/tidb-cloud/backup-and-restore.md). | ||||||
|
|
||||||
|
|
@@ -314,12 +313,6 @@ | |||||
|
|
||||||
| Playground contains a pre-loaded dataset of GitHub events, which allows you to get started with TiDB Cloud by running queries instantly, without importing your data or connecting to a client. | ||||||
|
|
||||||
| ## September 13, 2022 | ||||||
|
|
||||||
| **General changes** | ||||||
|
|
||||||
| * Support a new Google Cloud region for [Dedicated Tier](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) clusters: `N. Virginia (us-east4)`. | ||||||
|
|
||||||
| ## September 9, 2022 | ||||||
|
|
||||||
| **General changes** | ||||||
|
|
@@ -403,10 +396,6 @@ | |||||
|
|
||||||
| You can now view information about your organization's credits on the **Credits** tab of the **Billing** page, the credits can be used to pay for TiDB Cloud fees. You can <a href="mailto:tidbcloud-support@pingcap.com">contact us</a> to get credits. | ||||||
|
|
||||||
| ## August 9, 2022 | ||||||
|
|
||||||
| * Add the support of the GCP region `Osaka` for [Dedicated Tier](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) cluster creation. | ||||||
|
|
||||||
| ## August 2, 2022 | ||||||
|
|
||||||
| * The `4 vCPU, 16 GiB` node size of TiDB and TiKV is now in General Availability (GA). | ||||||
|
|
@@ -539,7 +528,6 @@ | |||||
| ## May 1, 2022 | ||||||
|
|
||||||
| * Support configuring vCPU size of TiDB, TiKV, and TiFlash when you [create](/tidb-cloud/create-tidb-cluster.md) or [restore](/tidb-cloud/backup-and-restore.md#restore) a [Dedicated Tier](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) cluster. | ||||||
| * Add the support of the AWS region `Mumbai` for cluster creation. | ||||||
| * Update the compute, storage, and data transfer cost for [TiDB Cloud billing](/tidb-cloud/tidb-cloud-billing.md). | ||||||
|
|
||||||
| ## April 7, 2022 | ||||||
|
|
@@ -615,4 +603,4 @@ | |||||
| Bug fixes: | ||||||
|
|
||||||
| * Fix the issue that a user cannot create a cluster if the password contains a single quote. | ||||||
| * Fix the issue that even an organization only has one owner, the owner can be deleted or changed to another role. | ||||||
| * Fix the issue that even an organization only has one owner, the owner can be deleted or changed to another role. | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -92,7 +92,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c | |||||
|
|
||||||
| - [TiDB Cloud Dedicated](/tidb-cloud/select-cluster-tier.md#tidb-cloud-dedicated) supports dual region backup (beta) on Google Cloud. | ||||||
|
|
||||||
| TiDB Cloud Dedicated clusters hosted on Google Cloud work seamlessly with Google Cloud Storage. Similar to the [Dual-regions](https://cloud.google.com/storage/docs/locations#location-dr) feature of Google Cloud Storage, the pair of regions that you use for the dual-region in TiDB Cloud Dedicated must be within the same multi-region. For example, Tokyo and Osaka are in the same multi-region `ASIA` so they can be used together for dual-region storage. | ||||||
| TiDB Cloud Dedicated clusters hosted on Google Cloud work seamlessly with Google Cloud Storage. Similar to the [Dual-regions](https://cloud.google.com/storage/docs/locations#location-dr) feature of Google Cloud Storage, the pair of regions that you use for the dual-region in TiDB Cloud Dedicated must be within the same multi-region. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The phrase "the dual-region" is slightly unclear and grammatically incomplete in this context. Specifying "dual-region backup" improves clarity and consistency with the feature name mentioned in the heading.
Suggested change
References
|
||||||
|
|
||||||
| For more information, see [Back Up and Restore TiDB Cloud Dedicated Data](/tidb-cloud/backup-and-restore.md#turn-on-dual-region-backup). | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make the sentence more concise and natural, you can simplify "Provide services in" to "Available in". This aligns with the style guide's principle of avoiding unnecessary words.
References