upgrade clickhouse-server image (#4956)
This commit is contained in:
parent
f169f0caff
commit
7d371fe999
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
clickhouse:
|
clickhouse:
|
||||||
image: clickhouse/clickhouse-server:24.8.5.115-alpine
|
image: clickhouse/clickhouse-server:24.12.2.29-alpine
|
||||||
ports:
|
ports:
|
||||||
- 8123:8123
|
- 8123:8123
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -24,7 +24,7 @@ clickhouse-client: ## Connect to clickhouse
|
||||||
docker exec -it plausible_clickhouse clickhouse-client -d plausible_events_db
|
docker exec -it plausible_clickhouse clickhouse-client -d plausible_events_db
|
||||||
|
|
||||||
clickhouse-prod: ## Start a container with the same version of clickhouse as the one in prod
|
clickhouse-prod: ## Start a container with the same version of clickhouse as the one in prod
|
||||||
docker run $(CH_FLAGS) --volume=$$PWD/.clickhouse_db_vol_prod:/var/lib/clickhouse clickhouse/clickhouse-server:24.8.5.115-alpine
|
docker run $(CH_FLAGS) --volume=$$PWD/.clickhouse_db_vol_prod:/var/lib/clickhouse clickhouse/clickhouse-server:24.12.2.29-alpine
|
||||||
|
|
||||||
clickhouse-stop: ## Stop and remove the clickhouse container
|
clickhouse-stop: ## Stop and remove the clickhouse container
|
||||||
docker stop plausible_clickhouse && docker rm plausible_clickhouse
|
docker stop plausible_clickhouse && docker rm plausible_clickhouse
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue