Loading...
Loading...
Sets up and manages Postgres using the clickhousectl CLI — runs a local Docker-backed Postgres for development, and creates and operates managed ClickHouse Cloud Postgres services (connections, TLS, runtime config, read replicas, failover, point-in-time restore). Use when the user wants a Postgres or PostgreSQL database for their application, a local Postgres dev environment, psql access, or a managed/production Postgres in ClickHouse Cloud, or mentions moving a local Postgres to production.
npx skill4agent add clickhouse/agent-skills infra-postgresclickhousectlref/local.mdref/cloud.md| The user wants to... | Read |
|---|---|
| Develop or prototype locally, run tests/CI against Postgres, no cloud account needed | ref/local.md |
| Go to production, host a managed Postgres, or use ClickHouse Cloud explicitly | ref/cloud.md |
| Operate an existing cloud service (passwords, TLS, config, replicas, failover, restore) | ref/cloud.md |
| Develop locally now, ship to production later | Start with ref/local.md; it points to ref/cloud.md when it's time to go to prod |
clickhousectlwhich clickhousectlcurl -fsSL https://clickhouse.com/cli | sh~/.local/bin/clickhousectlchctlexport PATH="$HOME/.local/bin:$PATH"--jsonghclickhousectl cloud clickpipe --helpinfra-clickhouse