Skip to content

Commit

Permalink
fix: Set Clickhouse data dir permissions (#998)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bmtcril authored Dec 5, 2024
1 parent a9eec08 commit 538664f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% if RUN_CLICKHOUSE %}setowner 101 /mounts/clickhouse{% endif %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% if RUN_CLICKHOUSE %}- ../../data/clickhouse:/mounts/clickhouse/{% endif %}

0 comments on commit 538664f

Please sign in to comment.