Skip to content

Commit 538664f

Browse files
authored
fix: Set Clickhouse data dir permissions (#998)
On the Sumac sandbox we've seen errors regarding the ability of ClickHouse to write to its bind mounted data directory. This hasn't seemed to have impacted usability, and hasn't appeared elsewhere that we have seen. This fix was suggested by Regis, and doesn't seem to break anything in local testing but we have no ability to reproduce the issue so it's speculative.
1 parent a9eec08 commit 538664f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% if RUN_CLICKHOUSE %}setowner 101 /mounts/clickhouse{% endif %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% if RUN_CLICKHOUSE %}- ../../data/clickhouse:/mounts/clickhouse/{% endif %}

0 commit comments

Comments
 (0)