cloud: revise Premium DM wording#2
cloud: revise Premium DM wording#2Oreoxmt wants to merge 1 commit intoalastori:premium-data-migration-8.5from
Conversation
| </CustomContent> | ||
| <CustomContent plan="premium"> | ||
|
|
||
| You can create up to xxx TODO migration jobs on {{{ .premium }}} instances for each organization. To create more migration jobs, you need to [file a support ticket](/tidb-cloud/tidb-cloud-support.md). |
There was a problem hiding this comment.
@alastori Please help confirm the quota for the Premium.
There was a problem hiding this comment.
Code-verified (AI-assisted): Premium DM has no enforced quota. dataflow-service-ng/app/controllers/premium_dm/premium_dm.go validateCreateTaskReq and isWhitelisted are no-ops, no GetPremiumDMQuota RPC in proto, and no quota field in CreatePremiumMigrationReq. Confirming with Leon; if a quota is enforced, we will document it in a follow-up PR. For now, the Premium variant of this section is dropped on premium-data-migration-8.5.
Apply the structural restructure proposed in #2: move Premium Data Migration content into the canonical Cloud DM docs as <CustomContent plan="premium"> blocks alongside Dedicated and Essential, and remove the standalone tidb-cloud/premium/premium-data-migration.md overview. The TOC now lists the canonical Cloud DM docs in the shared "Migrate Data into TiDB Cloud" section instead of the Premium-specific section. This commit cherry-picks Aolin's restructure (Oreoxmt/tidb-docs review PR) on top of the AWS PrivateLink + wizard-verified Premium variants already on this branch, with three follow-up adjustments: - Drop the placeholder Premium quota block ("xxx TODO migration jobs"). The Premium quota is being confirmed with engineering separately; until confirmed, no quota statement is rendered for Premium. - Drop three Premium variants that asserted public-only connectivity ("only public connectivity", "select Public", "fill in Hostname or IP address"): superseded by the Public + Private Link variants already on this branch. - Update three Premium variants in migrate-incremental-data-from-mysql-using-data-migration.md to cover both Public and Private Link (AWS only), mirroring the pattern in the existing-data canonical doc.
|
Hi @Oreoxmt, thanks for the structural review. As discussed in DM, your direction (folding Premium DM into the canonical Cloud DM docs alongside Dedicated and Essential, and removing the standalone overview) is the right call long-term, and I have integrated it into PR pingcap#22821 via cherry-pick of Below is a summary of what changed and why. I have closed this PR in favor of the integrated commits on What was kept from your PR
What was adjusted in PR pingcap#22821 and why
Verification trail
Thanks again for the restructure. Closing this PR. |
This PR restructures how Premium data migration content is organized so that Premium follows the same documentation pattern as Dedicated and Essential, and it folds Premium-specific details into the shared data migration docs instead of keeping a separate Premium-only overview file.