Update Managed postgres settings page for Beta.#6285
Conversation
Highlighting that scaling and IP filters already moved to separate pages
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ef20abd. Configure here.
There was a problem hiding this comment.
Pull request overview
Reorganizes the Managed Postgres Settings documentation for the Beta experience by reducing duplicated content and redirecting readers to dedicated pages (notably Scaling).
Changes:
- Moves Scaling guidance out of
settings.mdand links to the dedicated Scaling page. - Relocates the storage headroom tip from Settings into
scaling.md. - Reorders the Settings page so “Service actions and scaling” appears before “Changing configuration parameters”.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/cloud/managed-postgres/settings.md | Reorders sections and replaces inline scaling/IP filter guidance with links to dedicated docs. |
| docs/cloud/managed-postgres/scaling.md | Adds a storage headroom tip to centralize scaling-related guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| The **Scaling** section allows you to change the instance types of your primary and standbys to increase or decrease computing resources and storage capacity. | ||
| See [scaling page](/cloud/managed-postgres/scaling) for more details. | ||
|
|
||
| :::tip | ||
| For safety reasons, you may not be able to switch to instance types whose storage is close to your current used storage capacity. Always opt for instance types with headroom over your current used capacity to avoid any issues. | ||
| ::: | ||
|
|
||
| ## IP filters {#ip-filters} | ||
|
|
||
| IP filters control which source IP addresses are permitted to connect to your Managed Postgres instance. | ||
|
|
||
| <Image img={ipFilters} alt="IP Access List configuration" size="md" border/> | ||
| ## Changing configuration parameters {#changing-configuration} | ||
|
|
There was a problem hiding this comment.
please fix this broken link before merging.
|
Docs PR opened: ClickHouse/mintlify-docs-dev#66 Updated Managed Postgres settings page for Beta by removing duplicated scaling and IP filter sections and reorganizing remaining content. |
dhtclk
left a comment
There was a problem hiding this comment.
Approving as not to block, with one minor suggestion.
Co-authored-by: Dominic Tran <dominic.tran@clickhouse.com>

Highlighting that scaling and IP filters already moved to separate pages
Checklist
Note
Low Risk
Documentation-only reorganization with no product or API behavior changes.
Overview
The Settings doc is narrowed for Beta: it now centers on service actions (password, restart, delete) and Postgres/PgBouncer parameters, with scaling described briefly and linked to the dedicated scaling page instead of in-page failover detail. IP filters and the storage headroom tip are removed from Settings so they are not duplicated elsewhere.
Scaling gains the storage-capacity tip (choose instance types with headroom) that used to live on Settings. Security replaces the old “see Settings for IP filters” link with the full Edit → Save steps and allowed address formats, so network access control is documented on the security page.
Reviewed by Cursor Bugbot for commit 872bcd5. Bugbot is set up for automated code reviews on this repo. Configure here.