Plausible server can't start with mounted directory instead of volume #5536
Replies: 4 comments
-
Plausible user is More info: #4275 Some similar issues from the past:
|
Beta Was this translation helpful? Give feedback.
-
Is this a root cause? If i will change owner to |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks. I will try, and write back with results |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Past Issues Searched
Issue is a Bug Report
Using official Plausible Cloud hosting or self-hosting?
Self-hosting
Describe the bug
I just tried to up new server with default config from https://github.com/plausible/community-edition/blob/20385b05aa8e5645c88fc1a526360608e0fba324/compose.yml
It works fine by default, but if i change volumes to next config:
I got error
** (MatchError) no match of right hand side value
(see log below for details).I don't want to have docker volume instead of directory, since it make backup process is difficult for my setup.
I double checked, it works fine with docker volumes, but don't start if i flush all data and apply this patch to my config
I tried to create directory with owner
1000:1000
, it does not help.Logs
Expected behavior
My expected behavior is i can apply patch and plausible will start server
Screenshots
No response
Environment
Beta Was this translation helpful? Give feedback.
All reactions