I executed this command
apt --only-upgrade install hestia hestia-nginx hestia-php
All php fpm services went down. Static sites work properly
I have executed:
dpkg-reconfigure hestia
to fix it, but php*fpm services fail with the next error
Error: ERROR: Restart of php5.6-fpm failed.
Error: ERROR: Restart of php7.0-fpm failed.
Error: ERROR: Restart of php7.1-fpm failed.
Error: ERROR: Restart of php7.2-fpm failed.
Error: ERROR: Restart of php7.3-fpm failed.
Error: ERROR: Restart of php7.4-fpm failed.
Error: ERROR: Restart of php8.0-fpm failed.
Error: ERROR: Restart of php8.1-fpm failed.
Error: ERROR: Restart of php8.3-fpm failed.
If I get the status of any of the fpm service
systemctl status php8.1-fpm.service
and I get
ALERT: [pool www] the process manager is missing (static, dynamic or ondemand)
The same error appears on all php*fpm services.
Any clue on how to recover the process manager for the pool?