PHP 7.3 Broke after Migration

Hello.

After migration to Buster, PHP 7.3 service is broken.

My YunoHost server

Hardware: Rasperry Pi
YunoHost version: 4.0.8
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Looks like php crashed after deinstall app my-mind before the migration to Buster and the migration 16 overwrite php 7.0 over php 7.3

$ sudo php-fpm7.3 --test
[12-Nov-2020 17:21:35] ERROR: [pool my-mind] the chdir path ‘/var/www/my-mind’ does not exist or is not a directory
[12-Nov-2020 17:21:35] ERROR: failed to post process the configuration
[12-Nov-2020 17:21:35] ERROR: FPM initialization failed

The Repair fails

$ sudo dpkg --configure -a

Setting up php7.3-fpm (7.3.24-3+0~20201103.72+debian10~1.gbp945915) …
Job for php7.3-fpm.service failed because the control process exited with error code.
See “systemctl status php7.3-fpm.service” and “journalctl -xe” for details.
invoke-rc.d: initscript php7.3-fpm, action “restart” failed.
● php7.3-fpm.service - The PHP 7.3 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php7.3-fpm.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2020-11-12 17:14:33 GMT; 35ms ago
Docs: man:php-fpm7.3(8)
Process: 7092 ExecStart=/usr/sbin/php-fpm7.3 --nodaemonize --fpm-config /etc/php/7.3/fpm/php-fpm.conf (code=exited, status=78)
Process: 7093 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.3/fpm/pool.d/www.conf 73 (code=exited, status=0/SUCCESS)
Main PID: 7092 (code=exited, status=78)

can you help? Thanks a lot

Solution:

rm /etc/php/7.3/fpm/pool.d/my-mind.conf

Thx

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.