Skip to content

Commit

Permalink
update CLICKHOUSE_SERVER_MIN_VERSION and CLICKHOUSE_SERVER_MAX_VERSION (
Browse files Browse the repository at this point in the history
  • Loading branch information
MeredithAnya committed May 9, 2024
1 parent 03f73c8 commit 408c52e
Showing 1 changed file with 4 additions and 5 deletions.
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"

0 comments on commit 408c52e

Please sign in to comment.