Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update CLICKHOUSE_SERVER_MIN_VERSION and CLICKHOUSE_SERVER_MAX_VERSION #5853

Merged
merged 1 commit into from
May 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 4 additions & 5 deletions snuba/migrations/clickhouse.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
CLICKHOUSE_SERVER_MIN_VERSION = "20.3.5.21"
# Note only versions up to 21.8.13.1 are currently supported,
# 23.3.8.22 is enabled for testing purposes in a minimal number of
# datasets
CLICKHOUSE_SERVER_MAX_VERSION = "23.3.8.22"
CLICKHOUSE_SERVER_MIN_VERSION = "21.8.12.29"
# Note: 21.8.12.29 and 21.8.13.1 are used in self-hosted builds
# even though SaaS clusters are all on 22.8 or above
CLICKHOUSE_SERVER_MAX_VERSION = "23.3.19.33"