Document clickhousectl Cloud Postgres support#6339
Merged
Conversation
Add a "Postgres services" section to the ClickHouse CLI Cloud features page covering the new `clickhousectl cloud postgres` commands (list, create, get, update, reset-password, read-replica, restore, delete). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
You must have Developer access to commit code to ClickHouse on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes. Learn more: https://vercel.com/docs/accounts/team-members-and-roles/access-roles#team-level-roles |
|
Docs PR opened: ClickHouse/mintlify-docs-dev#116 Added a Postgres services section to the ClickHouse CLI page documenting new clickhousectl commands for managing Cloud Postgres services. Once this PR is merged, we'll do a second pass to capture any additional changes and update the docs PR. |
Blargian
approved these changes
Jun 4, 2026
|
Docs PR opened: ClickHouse/mintlify-docs-dev#121 Added a Postgres services section to the ClickHouse Cloud CLI page documenting clickhousectl commands for managing Cloud Postgres. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
clickhousectlnow supports managing ClickHouse Cloud Postgres services (in addition to ClickHouse). This adds a Postgres services section to the ClickHouse CLI Cloud features page (/cloud/features/cli) covering the newclickhousectl cloud postgrescommands:list,create,get,update,reset-password,read-replica create,restore, anddelete. The page intro is also updated to mention Cloud Postgres.Command syntax was taken from the clickhousectl README.
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only change to the Cloud CLI reference page; no application or infrastructure code is modified.
Overview
Documents ClickHouse Cloud Postgres management via
clickhousectlon the Cloud CLI features page.The intro now states that the CLI also manages ClickHouse Cloud Postgres. A new Postgres services (beta) section adds example commands for
clickhousectl cloud postgres: list, create, get, update, reset-password, read-replica create, restore, and delete.Reviewed by Cursor Bugbot for commit 1044446. Bugbot is set up for automated code reviews on this repo. Configure here.