I’m already on V8 and tried doing an update to get the latest patch. It looked like everything went okay till the final part where the error below showed up:
INFO:bench.utils:sudo supervisorctl restart frappe:
unix:///var/run/supervisor.sock no such file
I checked the site and the version number is still the same
You won’t regret trying this! I tried a lot to fix this when I try to restart bench using supervisorctl it says unix:///var/run/supervisor.sock refused connection
I solved by adding chmod=0777 to [supervisorctl] like below [supervisorctl] serverurl=unix:///var/run/supervisor.sock chmod=0777
Now it worked for me just to help anyone with this same issue. Thank you