This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 314a87dd27f14e5396a0964965006dad65f9148e Author: zy-kkk <[email protected]> AuthorDate: Mon Aug 19 16:39:42 2024 +0800 [regression test](jdbc catalog) Enable CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS for clickhouse docker (#39425) --- docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl b/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl index aee0038abc5..82e33d4d719 100644 --- a/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl +++ b/docker/thirdparties/docker-compose/clickhouse/clickhouse.yaml.tpl @@ -23,6 +23,7 @@ services: restart: always environment: CLICKHOUSE_PASSWORD: 123456 + CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS: "true" # Add this line to always run init scripts ulimits: nofile: soft: 262144 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
