Nginx 502 bad gateway après une mise à jour vers 3.5, problème avec php7.0-fpm-NOMDELAPP.sock

Mon serveur YunoHost

Matériel: Raspberry Pi à la maison
Version de YunoHost: 3.5.2.2 (stable)
J’ai accès à mon serveur : En SSH | Par la webadmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : oui
Si oui, expliquer: j’ai dû relancer php7.0-fpm via l’interface web après la mise à jour.

Description du problème

Après une mise à jour de 3.4 vers 3.5, toutes mes apps me donnent une erreur 502 bad gateway: FreshRSS, Wallabag, nextcloud, Kanboard. Il n’y a que funkwhale qui fonctionne mais il est sur son propre sous-domaine (funkwhale.ynh.mondomaine.xyz), ça joue peut-être.

Le log de nginx fait beaucoup référence à php-fpm:
(de /var/log/nginx/ynh.tykoant.bzh-error.log)

2019/06/08 07:48:13 [error] 25494#25494: *44465 connect() to unix:/var/run/php/php7.0-fpm-wallabag2.sock failed (111: Connection refused) while connecting to upstream, client: 185.232.21.26, server: ynh.mondomaine.xyz, request: "POST /wallabag/oauth/v2/token HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.0-fpm-wallabag2.sock:", host: "ynh.mondomaine.xyz"

2019/06/08 07:56:44 [error] 25494#25494: *44538 connect() to unix:/var/run/php/php7.0-fpm-kanboard.sock failed (111: Connection refused) while connecting to upstream, client: 185.232.21.26, server: ynh.mondomaine.xyz, request: "GET /kanboard/ HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.0-fpm-kanboard.sock:", host: "ynh.mondomaine.xyz", referrer: "https://ynh.mondomaine.xyz/yunohost/sso/"

2019/06/08 07:59:48 [crit] 25493#25493: *44576 connect() to unix:/run/php/php7.0-fpm-nextcloud.sock failed (2: No such file or directory) while connecting to upstream, client: 185.232.21.26, server: ynh.mondomaine.xyz, request: "GET /nextcloud/status.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.0-fpm-nextcloud.sock:", host: "ynh.mondomaine.xyz"

Il y a aussi ça, mais ça n’a peut-être rien à voir:
(de /var/log/nginx/error.log)

2019/06/08 07:48:30 [info] 9502#9502: Using 32768KiB of shared memory for nchan in /etc/nginx/nginx.conf:64
2019/06/08 07:48:32 [error] 25493#25493: ocsp.int-x3.letsencrypt.org could not be resolved (110: Operation timed out) while requesting certificate status, responder: ocsp.int-x3.letsencrypt.org
2019/06/08 07:49:26 [info] 9588#9588: Using 32768KiB of shared memory for nchan in /etc/nginx/nginx.conf:64
2019/06/08 07:58:06 [error] 25492#25492: ocsp.int-x3.letsencrypt.org could not be resolved (110: Operation timed out) while requesting certificate status, responder: ocsp.int-x3.letsencrypt.org
2019/06/08 07:58:12 [error] 25491#25491: ocsp.int-x3.letsencrypt.org could not be resolved (110: Operation timed out) while requesting certificate status, responder: ocsp.int-x3.letsencrypt.org

Merci d’avance!

You should probably restart your service php-fpm, and have a look to its log.

I’m such an idiot: php-fpm had stopped again. It probably happened when I tried to upgrade Nextcloud.
All apps but nextcloud are working now, thanks!
Still need to figure out how to fix NC (Nextcloud en carafe après une tentative de mise à jour vers 14.0)