docs: update managed Postgres settings & scaling for beta#66
Open
mintlify[bot] wants to merge 2 commits into
Open
docs: update managed Postgres settings & scaling for beta#66mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
3 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Port ClickHouse/clickhouse-docs#6285 — highlight that scaling and IP filters live on their own pages and update the Managed Postgres settings page for Beta.
Changes
products/managed-postgres/scaling.mdx: added storage-headroom safety<Tip>under the instance-type selection table.products/managed-postgres/settings.mdx:Context
The link in
settings.mdxuses/products/managed-postgres/scalingto match this repo's existing internal link convention; the upstream source used/cloud/managed-postgres/scaling(the file'sslug), which the link checker flagged as broken here.Note
Low Risk
Documentation-only edits with no product, auth, or data-path changes.
Overview
Reorganizes Managed Postgres beta docs so Settings focuses on service actions and parameters, while scaling and IP filters are documented on their dedicated pages.
On
settings.mdx, Service actions and scaling now appears before Changing configuration parameters; the long scaling/failover blurb is replaced with a link to the scaling guide, the duplicated storage-headroom tip and entire IP filters section are removed, and a closing note points readers to PostgreSQL runtime-config docs and ClickHouse support for unsupported parameters.scaling.mdxgains a Tip under the instance-type table warning that you may be blocked from downsizing storage when used capacity leaves little headroom.security.mdxreplaces the cross-link to Settings for IP filter setup with the same numbered UI steps, keeping IP whitelisting self-contained on the security page.Reviewed by Cursor Bugbot for commit 98ec78a. Bugbot is set up for automated code reviews on this repo. Configure here.