From 782da8892ae41f28f5b5f21bc510c1af5d9c41d2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:41:40 +0000 Subject: [PATCH 1/2] docs: update managed Postgres settings & scaling for beta --- products/managed-postgres/scaling.mdx | 4 +++ products/managed-postgres/settings.mdx | 34 ++++++-------------------- 2 files changed, 11 insertions(+), 27 deletions(-) diff --git a/products/managed-postgres/scaling.mdx b/products/managed-postgres/scaling.mdx index ffb36c45..4d1eb782 100644 --- a/products/managed-postgres/scaling.mdx +++ b/products/managed-postgres/scaling.mdx @@ -34,6 +34,10 @@ Different workloads benefit from different resource configurations: | **Memory optimized** (large working set) | Medium | High | Medium | Memory-optimized (high memory-to-CPU ratio) | | **Storage optimized** (large datasets, heavy I/O) | Medium | Medium | High | Storage-optimized (high NVMe capacity) | + +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. + + ## How scaling works {#how-scaling-works} When you change instance types, Managed Postgres performs a vertical scaling operation that provisions new infrastructure and migrates your database with minimal downtime. diff --git a/products/managed-postgres/settings.mdx b/products/managed-postgres/settings.mdx index ea619371..c749e63d 100644 --- a/products/managed-postgres/settings.mdx +++ b/products/managed-postgres/settings.mdx @@ -14,14 +14,6 @@ import { Image } from "/snippets/components/Image.jsx"; You can modify configuration parameters and manage instance settings for your Managed Postgres instance through the **Settings** tab in the sidebar. -## Changing configuration parameters {#changing-configuration} - -Postgres parameters configuration - -To modify a parameter, select the **Edit parameters** button. Select the parameters you need to modify and change their values accordingly. Once you're satisfied with your changes, press the **Save Changes** button. - -All changes made to the configuration parameters are typically persisted to the instance within one minute. Some parameters require a database restart to take effect. These changes will be applied after the next restart, which you can trigger manually from the **Service actions** toolbar. - ## Service actions and scaling {#service-actions} Service actions and scaling @@ -32,27 +24,15 @@ The **Service actions** toolbar provides controls for managing your Managed Post - **Restart**: Restart the database instance (only when the instance is `Running`) - **Delete**: Delete the instance -The **Scaling** section allows you to change the instance types of your primary and standbys to increase or decrease computing resources and storage capacity. Behind the scenes, new instances will be provisioned and then take over after they've caught up with the current primary. The failover process will interrupt all current connections and lead to brief downtime. +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](/products/managed-postgres/scaling) for more details. - -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. - -IP Access List configuration +## Changing configuration parameters {#changing-configuration} -To configure IP filters: +Postgres parameters configuration -1. Navigate to the **Settings** tab -2. Under **IP Filters**, click **Edit** -3. Add IP addresses or CIDR ranges that should be allowed to connect -4. Click **Save** to apply the changes +To modify a parameter, select the **Edit parameters** button. Select the parameters you need to modify and change their values accordingly. Once you're satisfied with your changes, press the **Save Changes** button. -You can specify individual IP addresses or use CIDR notation for IP ranges (e.g., `192.168.1.0/24`). You can also select **Anywhere** or **Nowhere** as a shortcut for fully opening or closing the instance to the world. +All changes made to the configuration parameters are typically persisted to the instance within one minute. Some parameters require a database restart to take effect. These changes will be applied after the next restart, which you can trigger manually from the **Service actions** toolbar. - -If no IP filters are configured, connections from all IP addresses are permitted. For production workloads, we recommend restricting access to known IP addresses. - +Refer to https://www.postgresql.org/docs/current/runtime-config.html for the official documentation on the configuration parameters. The list of parameters available to set will be extended soon. In the meantime, contact [support](https://clickhouse.com/support/program) for specific parameters support requests. From 98ec78a059fdaec2a58355e6a33ed51b426233f5 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 00:45:29 +0000 Subject: [PATCH 2/2] docs: apply post-merge updates to managed Postgres settings/security --- products/managed-postgres/security.mdx | 7 ++++++- products/managed-postgres/settings.mdx | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/products/managed-postgres/security.mdx b/products/managed-postgres/security.mdx index e35a4c87..42f4cef2 100644 --- a/products/managed-postgres/security.mdx +++ b/products/managed-postgres/security.mdx @@ -22,7 +22,12 @@ IP filters control which source IP addresses are permitted to connect to your Ma ### Configuring IP filters {#configuring-ip-filters} -For detailed information on configuring IP filters, see the [Settings](/products/managed-postgres/settings#ip-filters) page. +To configure IP filters: + +1. Navigate to the **Settings** tab +2. Under **IP Filters**, click **Edit** +3. Add IP addresses or CIDR ranges that should be allowed to connect +4. Click **Save** to apply the changes You can specify: - Individual IP addresses (e.g., `203.0.113.5`) diff --git a/products/managed-postgres/settings.mdx b/products/managed-postgres/settings.mdx index c749e63d..f753618e 100644 --- a/products/managed-postgres/settings.mdx +++ b/products/managed-postgres/settings.mdx @@ -3,7 +3,7 @@ slug: /cloud/managed-postgres/settings sidebarTitle: 'Settings' title: 'Settings' description: 'Configure PostgreSQL and PgBouncer parameters and manage instance settings for Managed Postgres' -keywords: ['postgres configuration', 'postgresql settings', 'pgbouncer', 'ip filters'] +keywords: ['postgres configuration', 'postgresql settings', 'pgbouncer'] doc_type: 'guide' --- @@ -35,4 +35,4 @@ To modify a parameter, select the **Edit parameters** button. Select the paramet All changes made to the configuration parameters are typically persisted to the instance within one minute. Some parameters require a database restart to take effect. These changes will be applied after the next restart, which you can trigger manually from the **Service actions** toolbar. -Refer to https://www.postgresql.org/docs/current/runtime-config.html for the official documentation on the configuration parameters. The list of parameters available to set will be extended soon. In the meantime, contact [support](https://clickhouse.com/support/program) for specific parameters support requests. +Refer to the official [documentation](https://www.postgresql.org/docs/current/runtime-config.html) on the configuration parameters. The list of parameters available to set will be extended soon. In the meantime, contact [support](https://clickhouse.com/support/program) to request a parameter not currently supported.