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 followed the instructions at https://github.com/frappe/bench#production-deployment and ran sudo bench setup production. I later discovered (via a log message in logs/worker.error.log) that the supervisor.conf created by the above command specifies user=root for all three processes. I don't think that's a good idea.
If sudo bench setup sudoers can figure out the right username ('frappe' on my VM), so should sudo bench setup production.
The text was updated successfully, but these errors were encountered:
I followed the instructions at https://github.com/frappe/bench#production-deployment and ran
sudo bench setup production
. I later discovered (via a log message in logs/worker.error.log) that the supervisor.conf created by the above command specifiesuser=root
for all three processes. I don't think that's a good idea.If
sudo bench setup sudoers
can figure out the right username ('frappe' on my VM), so shouldsudo bench setup production
.The text was updated successfully, but these errors were encountered: