Last active
February 11, 2026 14:49
-
-
Save detj/41a1dbc1263a222cecf6a34d2862470e to your computer and use it in GitHub Desktop.
download clickhouse-client using dra
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
| # To figure out the tag use: | |
| # | |
| # - change the version 25.10 to whatever | |
| # - match the tag in the --install-file option | |
| # - no dra? get here: https://github.com/devmatteini/dra | |
| # | |
| # gh release list --repo ClickHouse/ClickHouse --limit 10000 | rg 25\.10 | |
| dra download \ | |
| --install-file clickhouse-client-25.10.6.36/usr/bin/clickhouse-client ClickHouse/ClickHouse \ | |
| --tag v25.10.6.36-stable \ | |
| --automatic \ | |
| --output /tmp/clickhouse-client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment