Bench Update Error - Production V12.9.4

Resolved this by changing permissions for user frappe on supervisord.

In the /etc/supervisor/supervisord.conf under add line chown… as shown below

[unix_http_server]
file=/var/tmp/supervisord.sock
chmod=0700
chown=frappe:frappe
8 Likes