Langfuse v3 container fails to start due to Clickhouse permission issue #4892
-
We are currently attempting to upgrade from Langfuse 2.93.7 to 3.5.1 (self-hosted) on Azure, using Terraform to manage the resources. The issue we are running into is that the Langfuse Web container fails during startup because the database migrations fail due to an apparent permission issue. This is the log from the Langfuse Web container:
From the logs, it seems obvious that Clickhouse doesn't have write permissions in the filesystem, but the thing that confuses me is that the file share is full of Clickhouse-related files and directories so Clickhouse clearly has write access. Am I missing something, do any other resources need access to the Clickhouse data? Is there a working setup for Langfuse v3 in Azure? This is the Terraform config for the Clickhouse container:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The error you're encountering suggests that Clickhouse is unable to rename files due to permission issues, even though it appears to have write access. Here are a few things you can check or try to resolve this issue:
If these steps do not resolve the issue, consider testing the setup with a different storage solution or environment to isolate the problem further. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
let's move this to an issue as this might be a bug |
Beta Was this translation helpful? Give feedback.
let's move this to an issue as this might be a bug
#4893