You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recreated my Overpass setup in my Kubernetes environment and I got a few permission denied error.
Extract from my log:
2024-03-26T06:13:51.760964953Z tee: /db/changes.log: Permission denied
2024-03-26T06:13:51.761041418Z mkdir: cannot create directory ‘/db/diffs’: Permission denied
The source of the problem is that the /db/ directory is now owned by root and this the overpass user cannot create those files.
I was able to pinpoint the change to commit 26e5b3f which did change how we set the permissions on the directory.
A revert of the commit works well for me. I don't know if we'd prefer to find a more fine grained solution to the original problem or just go back to what it was.
The text was updated successfully, but these errors were encountered:
I recreated my Overpass setup in my Kubernetes environment and I got a few permission denied error.
Extract from my log:
2024-03-26T06:13:51.760964953Z tee: /db/changes.log: Permission denied
2024-03-26T06:13:51.761041418Z mkdir: cannot create directory ‘/db/diffs’: Permission denied
The source of the problem is that the /db/ directory is now owned by root and this the overpass user cannot create those files.
I was able to pinpoint the change to commit 26e5b3f which did change how we set the permissions on the directory.
A revert of the commit works well for me. I don't know if we'd prefer to find a more fine grained solution to the original problem or just go back to what it was.
The text was updated successfully, but these errors were encountered: