Skip to content

Commit f102a78

Browse files
lsy357HearyShen
authored andcommitted
[fix][infra] ck chart init with multiquery (#413)
fix(infra): ck chart init with multiquery
1 parent be09b41 commit f102a78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • release/deployment/helm-chart/charts/app/bootstrap/init/clickhouse

release/deployment/helm-chart/charts/app/bootstrap/init/clickhouse/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ for file in $(ls /coze-loop-clickhouse-init/bootstrap/init-sql | grep '\.sql$');
5151
-u "${COZE_LOOP_CLICKHOUSE_USER}" \
5252
--password="${COZE_LOOP_CLICKHOUSE_PASSWORD}" \
5353
--database="${COZE_LOOP_CLICKHOUSE_DATABASE}" \
54+
--multiquery \
5455
< "/coze-loop-clickhouse-init/bootstrap/init-sql/${file}"
5556
i=$((i + 1))
5657
done

0 commit comments

Comments
 (0)