Add Managed Postgres pricing page#6272
Conversation
Adds a new pricing reference page under /cloud/managed-postgres/pricing covering Beta pricing, tier features (Basic/Scale/Enterprise), instance types, and the pricing calculator. Wired into the Managed Postgres sidebar right after Overview.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 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 616fdf9. Configure here.
| link: { type: 'doc', id: 'cloud/managed-postgres/overview' }, | ||
| items: [ | ||
| 'cloud/managed-postgres/overview', | ||
| 'cloud/managed-postgres/pricing', |
There was a problem hiding this comment.
New pricing page unreachable via sequential pagination navigation
Low Severity
Inserting cloud/managed-postgres/pricing into the sidebar between overview and quickstart creates a pagination gap. The overview.md page has an explicit pagination_next: cloud/managed-postgres/quickstart frontmatter override, so the "Next" button at the bottom of the overview page will skip the new pricing page entirely. Users navigating the docs sequentially will never reach the pricing page via pagination controls.
Reviewed by Cursor Bugbot for commit 616fdf9. Configure here.
Co-authored-by: Shaun Struwig <41984034+Blargian@users.noreply.github.com>
|
Docs PR opened: ClickHouse/mintlify-docs-dev#55 Added a new Managed Postgres pricing reference page covering Beta pricing, tiers, instance types, and the pricing calculator. |


Summary
/cloud/managed-postgres/pricingreference page covering Beta pricing, price-performance, the tier-based pricing model, instance types, and the pricing calculatorTest plan
/docs/cloud/managed-postgres/pricingand appears under Managed Postgres in the sidebarhttps://clickhouse.com/pricing?service=postgres#pricing-calculatorNote
Low Risk
Documentation and sidebar navigation only; no application or infrastructure code changes.
Overview
Adds a new Managed Postgres pricing reference doc at
/cloud/managed-postgres/pricingand registers it in the Managed Postgres (Preview) sidebar immediately after Overview.The page documents Beta terms (free until metering on June 15, 2026, 50% discount, ~$30/month entry config), NVMe VM–based pricing (CPU + memory + storage), Basic / Scale / Enterprise limits via a three-column feature grid with links into existing managed-postgres and cloud docs, Memory / Storage / CPU instance families, and CTAs to the external Postgres pricing calculator and PostgresBench. It also calls out post-GA disclaimers (egress, backup retention, ClickPipes pricing).
Reviewed by Cursor Bugbot for commit 1685fb8. Bugbot is set up for automated code reviews on this repo. Configure here.