mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
create clickhouse data dir
This commit is contained in:
parent
f93ac138f1
commit
77c2b9e5fc
@ -215,7 +215,8 @@ def main():
|
||||
|
||||
stopwatch = Stopwatch()
|
||||
|
||||
os.chown("/var/lib/clickhouse", 0, 0)
|
||||
data_path = "/var/lib/clickhouse"
|
||||
os.makedirs(data_path, exist_ok=True)
|
||||
|
||||
temp_path = Path(TEMP_PATH)
|
||||
reports_path = Path(REPORT_PATH)
|
||||
|
Loading…
Reference in New Issue
Block a user