Release notes: note ClickHouse 26.2+ requirement for Server v0.81.0+#2836
Draft
amarkov-cw wants to merge 2 commits into
Draft
Release notes: note ClickHouse 26.2+ requirement for Server v0.81.0+#2836amarkov-cw wants to merge 2 commits into
amarkov-cw wants to merge 2 commits into
Conversation
W&B Server 0.81.0 introduced a runs-accelerator schema migration that uses a ClickHouse 26.2-only full-text index (TYPE text(tokenizer = array)). On older ClickHouse the migration fails on boot and the api/glue pods won't start, so deployments using the ClickHouse/OLAP features must be on CH 26.2+ before upgrading. Mirrors the existing v0.78 Weave/ClickHouse upgrade note. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
📚 Mintlify Preview Links📝 Changed (1 total)📄 Pages (1)
🤖 Generated automatically when Mintlify deployment succeeds |
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-amarkov-server-releases-0-81-clickhouse-26-2.mintlify.app |
…and Keeper Self-managed ClickHouse runs the server and ClickHouse Keeper as two separate, independently-versioned images; upgrading only the server leaves Keeper behind. Call this out so on-prem upgraders move both to 26.2+. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Adds an upgrade-prerequisite
<Note>to the v0.81.0 server release notes: deployments using the ClickHouse/OLAP features (Registry Search, Run Store Accelerator, or History) need ClickHouse 26.2+ before upgrading to v0.81.0+.Why
W&B Server 0.81.0 introduced a runs-accelerator schema migration (
services/gorilla/clickhouse/migrations/runs/001_init.up.sql) that uses a ClickHouse-26.2-only full-text index —INDEX … TYPE text(tokenizer = array). On older ClickHouse (e.g. 25.x) the migration fails on boot and theapi/gluepods don't start. 0.80 and earlier don't carry this migration. Dedicated/managed instances are already on 26.2; this is an on-prem / self-managed concern.This came up with a self-managed customer and isn't currently documented. It mirrors the existing v0.78 Weave/ClickHouse upgrade note already on this page.
Notes for reviewer
🤖 Generated with Claude Code