docs(upgrade): add PXC removal warning to appservice upgrade page#942
Open
SuJinpei wants to merge 1 commit into
Open
docs(upgrade): add PXC removal warning to appservice upgrade page#942SuJinpei wants to merge 1 commit into
SuJinpei wants to merge 1 commit into
Conversation
Master's appservice upgrade page lacked the MySQL-PXC removal notice that release-4.3 already carries (PR #612 remains unmerged on master). Add the same :::warning block so users upgrading are told PXC is removed in MySQL v4.3.0 and pointed at the PXC->MGR migration and operator upgrade guides. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying alauda-container-platform with
|
| Latest commit: |
093ef15
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://eefbf773.alauda-container-platform.pages.dev |
| Branch Preview URL: | https://docs-pxc-removal-warning-app.alauda-container-platform.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the MySQL-PXC removal
:::warningblock to the App Services Upgrade page (docs/en/appservice/upgrade.mdx) onmaster.Why
release-4.3already carries this warning, butmasterdoes not — PR #612, which was meant to add the PXC deprecation banners tomaster, remains unmerged. As a result, users reading the App Services upgrade guide on the current docs branch are not told that MySQL-PXC is removed in MySQL v4.3.0 and that PXC instances must be migrated to MySQL-MGR before upgrading.This change uses the exact wording already published on
release-4.3for consistency, including the migration-guide and operator-upgrade-guide<ExternalSiteLink>references.Note
The four platform-level
upgrade/*pages (pre-upgrade,upgrade_global_cluster,upgrade_workload_cluster) also lack the banner onmaster(part of PR #612's original scope). This PR intentionally covers only the App Services upgrade page; the platform pages can follow separately if desired.🤖 Generated with Claude Code