From 2f1a5a711f0a02455f1c1e50e29fd65dc6ecfcb9 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 26 May 2026 11:08:32 +0000
Subject: [PATCH] docs: pass link, galaxyTrack, galaxyEvent props to BetaBadge
in managed-postgres
---
products/managed-postgres/backup-and-restore.mdx | 4 ++--
products/managed-postgres/benchmarks.mdx | 4 ++--
products/managed-postgres/clickhouse-integration.mdx | 4 ++--
products/managed-postgres/connection.mdx | 4 ++--
products/managed-postgres/extensions.mdx | 4 ++--
products/managed-postgres/faq.mdx | 4 ++--
products/managed-postgres/high-availability.mdx | 4 ++--
products/managed-postgres/migrations/clickhouse-cloud.mdx | 4 ++--
products/managed-postgres/migrations/data-validation.mdx | 4 ++--
products/managed-postgres/migrations/logical-replication.mdx | 4 ++--
products/managed-postgres/migrations/peerdb.mdx | 4 ++--
products/managed-postgres/migrations/pg_dump-pg_restore.mdx | 4 ++--
products/managed-postgres/monitoring/dashboard.mdx | 4 ++--
products/managed-postgres/monitoring/metrics.mdx | 4 ++--
products/managed-postgres/monitoring/overview.mdx | 4 ++--
products/managed-postgres/monitoring/prometheus.mdx | 4 ++--
products/managed-postgres/monitoring/query-insights.mdx | 4 ++--
products/managed-postgres/openapi.mdx | 4 ++--
products/managed-postgres/overview.mdx | 4 ++--
products/managed-postgres/quickstart.mdx | 4 ++--
products/managed-postgres/read-replicas.mdx | 4 ++--
products/managed-postgres/scaling.mdx | 4 ++--
products/managed-postgres/security.mdx | 4 ++--
products/managed-postgres/settings.mdx | 4 ++--
products/managed-postgres/upgrades.mdx | 4 ++--
25 files changed, 50 insertions(+), 50 deletions(-)
diff --git a/products/managed-postgres/backup-and-restore.mdx b/products/managed-postgres/backup-and-restore.mdx
index 207dcd8ed..3cd402e3c 100644
--- a/products/managed-postgres/backup-and-restore.mdx
+++ b/products/managed-postgres/backup-and-restore.mdx
@@ -7,10 +7,10 @@ keywords: ['backup', 'restore', 'point-in-time recovery', 'pitr', 'disaster reco
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
Managed Postgres ensures the safety and availability of your data through automated backups and point-in-time recovery. You can view your backup history and initiate restores from the **Backups** view of your instance.
diff --git a/products/managed-postgres/benchmarks.mdx b/products/managed-postgres/benchmarks.mdx
index ef7929899..f5d471896 100644
--- a/products/managed-postgres/benchmarks.mdx
+++ b/products/managed-postgres/benchmarks.mdx
@@ -7,10 +7,10 @@ keywords: ['postgres benchmarks', 'performance', 'pgbench', 'aurora', 'rds', 'tp
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
**TL;DR**
diff --git a/products/managed-postgres/clickhouse-integration.mdx b/products/managed-postgres/clickhouse-integration.mdx
index 808cf3fe5..5269815fa 100644
--- a/products/managed-postgres/clickhouse-integration.mdx
+++ b/products/managed-postgres/clickhouse-integration.mdx
@@ -7,10 +7,10 @@ keywords: ['postgres', 'clickhouse integration', 'cdc', 'replication', 'clickpip
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
Every Managed Postgres instance comes with built-in CDC capabilities to any of your ClickHouse services. This allows you to move some or all of the data on your Postgres instance to ClickHouse and have changes in data on Postgres be reflected on ClickHouse continuous and nearly real-time. This is powered by [ClickPipes](/integrations/clickpipes/home) under the hood.
diff --git a/products/managed-postgres/connection.mdx b/products/managed-postgres/connection.mdx
index a41d3f2e8..79fd772a7 100644
--- a/products/managed-postgres/connection.mdx
+++ b/products/managed-postgres/connection.mdx
@@ -7,10 +7,10 @@ keywords: ['postgres connection', 'connection string', 'pgbouncer', 'tls', 'ssl'
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
## Accessing connection details {#accessing-connection-details}
diff --git a/products/managed-postgres/extensions.mdx b/products/managed-postgres/extensions.mdx
index f316a08c3..c1df5939a 100644
--- a/products/managed-postgres/extensions.mdx
+++ b/products/managed-postgres/extensions.mdx
@@ -7,9 +7,9 @@ keywords: ['postgres extensions', 'postgis', 'pgvector', 'pg_cron', 'postgresql
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
-
+
Managed Postgres includes a curated set of extensions to extend the functionality of your database. Below is the list of available extensions.
diff --git a/products/managed-postgres/faq.mdx b/products/managed-postgres/faq.mdx
index bb288b09d..91010e74a 100644
--- a/products/managed-postgres/faq.mdx
+++ b/products/managed-postgres/faq.mdx
@@ -7,9 +7,9 @@ keywords: ['managed postgres faq', 'postgres questions', 'metrics', 'extensions'
doc_type: 'reference'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
-
+
## Monitoring and metrics {#monitoring-and-metrics}
diff --git a/products/managed-postgres/high-availability.mdx b/products/managed-postgres/high-availability.mdx
index 5fffdab9c..0a82ab413 100644
--- a/products/managed-postgres/high-availability.mdx
+++ b/products/managed-postgres/high-availability.mdx
@@ -7,10 +7,10 @@ keywords: ['high availability', 'ha', 'standby', 'replication', 'failover', 'pos
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
Managed Postgres offers different levels of high availability to match your durability and performance requirements. You can add one or two standby replicas when provisioning your database, or adjust this configuration later from the **Settings** page as needed.
diff --git a/products/managed-postgres/migrations/clickhouse-cloud.mdx b/products/managed-postgres/migrations/clickhouse-cloud.mdx
index 009b245ca..587a37ff9 100644
--- a/products/managed-postgres/migrations/clickhouse-cloud.mdx
+++ b/products/managed-postgres/migrations/clickhouse-cloud.mdx
@@ -7,12 +7,12 @@ keywords: ['postgres', 'postgresql', 'logical replication', 'migration', 'data t
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
# Migrate to Managed Postgres using ClickHouse Cloud {#migrate-managed-postgres}
-
+
ClickHouse Cloud includes a built-in import wizard that migrates your external PostgreSQL database into a Managed Postgres service. The wizard handles the source connection, schema export and import, replication settings, and table selection in five guided steps.
diff --git a/products/managed-postgres/migrations/data-validation.mdx b/products/managed-postgres/migrations/data-validation.mdx
index 732870c6c..ad4fc3107 100644
--- a/products/managed-postgres/migrations/data-validation.mdx
+++ b/products/managed-postgres/migrations/data-validation.mdx
@@ -7,9 +7,9 @@ keywords: ['postgres', 'postgresql', 'logical replication', 'migration', 'data t
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
-
+
## Comparing counts of all tables {#data-validation-counts}
A simple way to validate the correctness of your data after migration is to compare the counts of all tables in the source and target databases. You can do this by running the following query on both databases:
diff --git a/products/managed-postgres/migrations/logical-replication.mdx b/products/managed-postgres/migrations/logical-replication.mdx
index 97f550eea..ea2724dc8 100644
--- a/products/managed-postgres/migrations/logical-replication.mdx
+++ b/products/managed-postgres/migrations/logical-replication.mdx
@@ -7,13 +7,13 @@ keywords: ['postgres', 'postgresql', 'logical replication', 'migration', 'data t
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
# Migrate to Managed Postgres using logical replication {#logical-replication-migration}
This guide provides step-by-step instructions on how to migrate your PostgreSQL database to ClickHouse Managed Postgres using Postgres native logical replication.
-
+
## Prerequisites {#migration-logical-replication-prerequisites}
- Access to your source PostgreSQL database.
diff --git a/products/managed-postgres/migrations/peerdb.mdx b/products/managed-postgres/migrations/peerdb.mdx
index 7f55fca5f..890f0d964 100644
--- a/products/managed-postgres/migrations/peerdb.mdx
+++ b/products/managed-postgres/migrations/peerdb.mdx
@@ -7,12 +7,12 @@ keywords: ['postgres', 'postgresql', 'logical replication', 'migration', 'data t
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
# Migrate to Managed Postgres using PeerDB {#peerdb-migration}
This guide provides step-by-step instructions on how to migrate your PostgreSQL database to ClickHouse Managed Postgres using PeerDB.
-
+
## Prerequisites {#migration-peerdb-prerequisites}
- Access to your source PostgreSQL database.
diff --git a/products/managed-postgres/migrations/pg_dump-pg_restore.mdx b/products/managed-postgres/migrations/pg_dump-pg_restore.mdx
index 08dc0b348..1ff1714d8 100644
--- a/products/managed-postgres/migrations/pg_dump-pg_restore.mdx
+++ b/products/managed-postgres/migrations/pg_dump-pg_restore.mdx
@@ -7,13 +7,13 @@ keywords: ['postgres', 'postgresql', 'pg_dump', 'pg_restore', 'migration', 'data
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
# Migrate to Managed Postgres using pg_dump and pg_restore {#pg-dump-pg-restore}
This guide provides step-by-step instructions on how to migrate your PostgreSQL database to ClickHouse Managed Postgres using the `pg_dump` and `pg_restore` utilities.
-
+
## Prerequisites {#migration-pgdump-pg-restore-prerequisites}
- Access to your source PostgreSQL database.
diff --git a/products/managed-postgres/monitoring/dashboard.mdx b/products/managed-postgres/monitoring/dashboard.mdx
index 7e92437d9..5376dfaec 100644
--- a/products/managed-postgres/monitoring/dashboard.mdx
+++ b/products/managed-postgres/monitoring/dashboard.mdx
@@ -7,12 +7,12 @@ keywords: ['managed postgres', 'monitoring', 'dashboard', 'cloud console', 'cpu'
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
# Monitoring dashboard
-
+
The **Monitoring** tab in the left sidebar of an instance shows
real-time charts of resource usage and database activity for the
diff --git a/products/managed-postgres/monitoring/metrics.mdx b/products/managed-postgres/monitoring/metrics.mdx
index 550da1611..bdfebe105 100644
--- a/products/managed-postgres/monitoring/metrics.mdx
+++ b/products/managed-postgres/monitoring/metrics.mdx
@@ -7,11 +7,11 @@ keywords: ['managed postgres', 'metrics', 'prometheus', 'reference', 'observabil
doc_type: 'reference'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
# Metrics reference
-
+
This page lists every metric exposed by the
[Managed Postgres Prometheus endpoint](/products/managed-postgres/monitoring/prometheus).
diff --git a/products/managed-postgres/monitoring/overview.mdx b/products/managed-postgres/monitoring/overview.mdx
index e725881aa..f10992866 100644
--- a/products/managed-postgres/monitoring/overview.mdx
+++ b/products/managed-postgres/monitoring/overview.mdx
@@ -7,9 +7,9 @@ keywords: ['managed postgres', 'monitoring', 'observability', 'metrics', 'dashbo
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
-
+
You can monitor your Managed Postgres services with the following
methods:
diff --git a/products/managed-postgres/monitoring/prometheus.mdx b/products/managed-postgres/monitoring/prometheus.mdx
index ce188ebf5..8d551c31c 100644
--- a/products/managed-postgres/monitoring/prometheus.mdx
+++ b/products/managed-postgres/monitoring/prometheus.mdx
@@ -7,14 +7,14 @@ keywords: ['managed postgres', 'prometheus', 'grafana', 'datadog', 'metrics', 'o
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
import { TrackedLink } from "/snippets/components/GalaxyTrackedLink/GalaxyTrackedLink.jsx";
# Prometheus Integration
-
+
Managed Postgres exposes two Prometheus-compatible metrics endpoints
on the [ClickHouse Cloud API][cloud-api]:
diff --git a/products/managed-postgres/monitoring/query-insights.mdx b/products/managed-postgres/monitoring/query-insights.mdx
index 51804fc29..819a43c25 100644
--- a/products/managed-postgres/monitoring/query-insights.mdx
+++ b/products/managed-postgres/monitoring/query-insights.mdx
@@ -7,10 +7,10 @@ keywords: ['managed postgres', 'query insights', 'pg_stat_ch', 'slow queries', '
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
Query Insights captures per-statement telemetry from your
[Managed Postgres](/products/managed-postgres/overview) instance and ranks every query
diff --git a/products/managed-postgres/openapi.mdx b/products/managed-postgres/openapi.mdx
index 97d4be3b2..27e1405f1 100644
--- a/products/managed-postgres/openapi.mdx
+++ b/products/managed-postgres/openapi.mdx
@@ -7,11 +7,11 @@ keywords: ['managed postgres', 'openapi', 'api', 'curl', 'tutorial', 'command li
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
# Managed Postgres OpenAPI
-
+
Use the [ClickHouse OpenAPI](/products/cloud/features/admin-features/api) to programmatically
control your Managed Postgres services just like ClickHouse services. The
diff --git a/products/managed-postgres/overview.mdx b/products/managed-postgres/overview.mdx
index b200ce936..e0bd40495 100644
--- a/products/managed-postgres/overview.mdx
+++ b/products/managed-postgres/overview.mdx
@@ -6,10 +6,10 @@ keywords: ['managed postgres', 'postgresql', 'cloud database', 'postgres service
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
ClickHouse Managed Postgres is an enterprise-grade managed Postgres service built for performance and scale. Backed by NVMe storage that is physically collocated with compute, it delivers up to 10x faster performance for workloads that are disk-bound compared to alternatives using network-attached storage like EBS.
diff --git a/products/managed-postgres/quickstart.mdx b/products/managed-postgres/quickstart.mdx
index d5ac495a7..be874ab18 100644
--- a/products/managed-postgres/quickstart.mdx
+++ b/products/managed-postgres/quickstart.mdx
@@ -7,12 +7,12 @@ keywords: ['managed postgres', 'quickstart', 'getting started', 'create database
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
# Quickstart for Managed Postgres
-
+
ClickHouse Managed Postgres is enterprise-grade Postgres backed by NVMe storage, delivering up to 10x faster performance for disk-bound workloads compared to network-attached storage like EBS. This quickstart is divided into two parts:
diff --git a/products/managed-postgres/read-replicas.mdx b/products/managed-postgres/read-replicas.mdx
index ce14d3085..f775affaf 100644
--- a/products/managed-postgres/read-replicas.mdx
+++ b/products/managed-postgres/read-replicas.mdx
@@ -7,10 +7,10 @@ keywords: ['read replicas', 'scalability', 'read scaling', 'postgres replicas',
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
Read replicas allow you to create one or more copies of your primary Managed Postgres database. These replicas continuously follow your primary database using PostgreSQL's native replication to stay up to date with changes.
diff --git a/products/managed-postgres/scaling.mdx b/products/managed-postgres/scaling.mdx
index ffb36c455..73ef97334 100644
--- a/products/managed-postgres/scaling.mdx
+++ b/products/managed-postgres/scaling.mdx
@@ -7,10 +7,10 @@ keywords: ['postgres scaling', 'vertical scaling', 'vm types', 'nvme scaling', '
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
Managed Postgres provides flexible scaling options to match your workload requirements. With 50+ NVMe-backed instance types to choose from, you can independently scale CPU, memory, and storage to optimize performance and cost for your specific use case.
diff --git a/products/managed-postgres/security.mdx b/products/managed-postgres/security.mdx
index e35a4c871..9c654efc2 100644
--- a/products/managed-postgres/security.mdx
+++ b/products/managed-postgres/security.mdx
@@ -7,10 +7,10 @@ keywords: ['postgres security', 'ip whitelisting', 'encryption', 'tls', 'ssl', '
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
import { Image } from "/snippets/components/Image.jsx";
-
+
Managed Postgres is built with enterprise-grade security features to protect your data and meet compliance requirements. This page covers network security, encryption, and backup retention policies.
diff --git a/products/managed-postgres/settings.mdx b/products/managed-postgres/settings.mdx
index ea619371f..6c2a1cb00 100644
--- a/products/managed-postgres/settings.mdx
+++ b/products/managed-postgres/settings.mdx
@@ -7,10 +7,10 @@ keywords: ['postgres configuration', 'postgresql settings', 'pgbouncer', 'ip fil
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
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.
diff --git a/products/managed-postgres/upgrades.mdx b/products/managed-postgres/upgrades.mdx
index 80ef9095f..835e3dc58 100644
--- a/products/managed-postgres/upgrades.mdx
+++ b/products/managed-postgres/upgrades.mdx
@@ -7,9 +7,9 @@ keywords: ['managed postgres upgrades', 'postgres version', 'minor upgrade', 'ma
doc_type: 'guide'
---
-import PrivatePreviewBadge from "/snippets/components/PrivatePreviewBadge/PrivatePreviewBadge.jsx";
+import BetaBadge from "/snippets/components/BetaBadge/BetaBadge.jsx";
-
+
Managed Postgres handles PostgreSQL version upgrades to keep your instances secure and up to date. Both minor and major version upgrades are supported with minimal disruption.