Skip to content

docs: add Troubleshooting and ClickHouse compatibility pages#145

Merged
alvarogar4 merged 1 commit into
mainfrom
alvaro/num-7276-docs-troubleshooting-versions
Jun 11, 2026
Merged

docs: add Troubleshooting and ClickHouse compatibility pages#145
alvarogar4 merged 1 commit into
mainfrom
alvaro/num-7276-docs-troubleshooting-versions

Conversation

@alvarogar4

Copy link
Copy Markdown
Member

Summary

Adds two missing documentation pages from the prod-ready audit (PR I). Documentation-only.

  • docs: add homepage, repository, and CLI cross-links to all packages #33 — new Troubleshooting guide (guides/troubleshooting.md) mapping the errors a cold user is most likely to hit — missing @chkit/core, Unknown file extension ".ts", auth failure, connection refused / host not found, Unknown data type family, blocked destructive migration (exit 3), checksum mismatch (exit 1), and extra_object drift — each to its cause and fix. Error strings are taken from the actual source so they match what users see.
  • Fix MV/table ordering in migration scripts #34 — new ClickHouse compatibility guide (guides/clickhouse-compatibility.md) stating supported versions (24.x+) and the version-gated features (refreshable MVs 24.10+, set(0) on 26+, uniqueKey Cloud/Shared-only). Added a Requirements section to the CLI README and cross-links from getting-started.

Test plan

  • cd apps/docs && bun run build — clean build, 30 pages, sitemap regenerated, both pages present, cross-links resolve.
  • No code changes → no changeset.

🤖 Generated with Claude Code

Closes two prod-ready audit findings:

- #33 — new guides/troubleshooting.md mapping the common chkit errors
  (missing deps, auth/connection failures, rejected migrations, blocked
  destructive ops, checksum mismatch, extra_object drift) to causes and
  fixes. Error strings taken from the actual source.
- #34 — new guides/clickhouse-compatibility.md stating the supported
  ClickHouse versions (24.x+) and the version-gated features (refreshable
  MVs 24.10+, set(0) on 26+, uniqueKey Cloud/Shared-only), plus a
  Requirements section in the CLI README and cross-links from
  getting-started.

Docs-only; verified with `bun run build` in apps/docs (30 pages).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@alvarogar4 alvarogar4 merged commit 7c07673 into main Jun 11, 2026
6 checks passed
@alvarogar4 alvarogar4 deleted the alvaro/num-7276-docs-troubleshooting-versions branch June 11, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant