docs: backport the single-region DR solution to 1.2 - #2870
Merged
Conversation
The section, its comparison table row and the second- or minute-level RTO wording landed in nightly only (#2804). Apart from those, the 1.2 overview was word for word the nightly one, so this brings the two back in step.
Deploying greptime-docs with
|
| Latest commit: |
6968e87
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://818c6876.greptime-docs.pages.dev |
| Branch Preview URL: | https://docs-backport-single-region.greptime-docs.pages.dev |
killme2008
approved these changes
Sep 12, 2026
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.
The single-region DR section landed in nightly only (#2804), so 1.2's disaster recovery overview still jumps from Standalone straight to the cross-region topologies. This brings the two back in step.
What moves
DR solution based on single-region deployment in a single clustersectionsecond- or minute-levelRTO wording, which also applies to the cross-region row — without it 1.2's table would mixSecond or minute levelandMinute levelApart from those, the 1.2 overview was word for word the nightly one, so the two files are now identical.
Note on #2869
That PR swaps the DR diagrams to SVG, including in this same 1.2 file. The two do not overlap — #2869 edits the image reference lines, this one edits the frontmatter, inserts a section and edits the table — and I verified the branches auto-merge cleanly, so they can land in either order.
The new section's diagram is already
/Single-region-single-cluster.svg, which exists; the other eight stay.pnghere and become.svgwhen #2869 lands.Checks
DOC_LANG=en pnpm check:linkspassesDOC_LANG=zh pnpm check:linkspasses