diff --git a/products/managed-postgres/backup-and-restore.mdx b/products/managed-postgres/backup-and-restore.mdx index 207dcd8e..3cd402e3 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 ef792989..f5d47189 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 808cf3fe..5269815f 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 a41d3f2e..79fd772a 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 f316a08c..c1df5939 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 bb288b09..91010e74 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 5fffdab9..0a82ab41 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 009b245c..587a37ff 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 732870c6..ad4fc310 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 97f550ee..ea2724dc 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 7f55fca5..890f0d96 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 08dc0b34..1ff1714d 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 7e92437d..5376dfae 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 550da161..bdfebe10 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 e725881a..f1099286 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 ce188ebf..8d551c31 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 51804fc2..819a43c2 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 97d4be3b..27e1405f 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 b200ce93..e0bd4049 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 d5ac495a..be874ab1 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 ce14d308..f775affa 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 ffb36c45..73ef9733 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 e35a4c87..9c654efc 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 ea619371..6c2a1cb0 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 80ef9095..835e3dc5 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.