Permission denied to laravel.log in Lightsail server #2288
Unanswered
alexugthub
asked this question in
Help needed
Replies: 2 comments
-
This is in writable recipe. I think this due to selected mode. One solution extend writable recipe to support this, or write you own recipe. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like changing from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use Deployer along with the Laravel recipe.
Everything works except I get this reported back from the pipeline:
I have two users: bitnami (SSH) and daemon (Apache). I need user daemon to have permission for the storage folder and I did this inside deployer.php
What I see is that folder releases/1/storage/logs has user daemon assigned to group bitnami. I think it should belong to group daemon and I don't know how to make Deployer change the group for the daemon user
Beta Was this translation helpful? Give feedback.
All reactions