I also have a problem after updating Hestia: php-fpm8.2 fell and when restarted it gives the error: Error: ERROR: Restart of php8.2-fpm failed.
and the sites became unavailable.
Tell me, did I do it right? In the file /etc/php/8.2/fpm/pool.d/www.conf, I replaced the user value from hestiamail to www-data
After that everything worked.
Here are the contents of the file:
[www]
listen = 127.0.0.1:9000
listen.allowed_clients = 127.0.0.1
Scratch that, modifying the ownership of those folders worked indeed, but yesterday I have restored a backup and today the server updated again. And now I have another issue⦠by fixing ownership those errors go away, however now this error appears
nginx: [emerg] the shared memory zone "domain.com" is already declared for a different use in /etc/nginx/conf.d/fastcgi_cache_pool.conf:
I found this other article in the community forum FastCGI cache error and followed the steps in there, but it did not help unfortunatelyā¦