Any chance that it is part of your deploy script ? Normally it looks something like
echo "" | sudo -S service php8.1-fpm reload
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello lovely Laracast community!
I have an issue where my PHP-FPM is terminating once in a while. And have no clue what's causing the issue (so sorry if this isn't the correct place for placing this issue).
I'm using Forge and provisioning a DigitalOcean droplet through it. PHP 8.1 and Ubuntu 20.04.4 LTS
[31-Oct-2022 19:37:02] NOTICE: Terminating ...
[31-Oct-2022 19:37:02] NOTICE: exiting, bye-bye!
[31-Oct-2022 19:37:19] NOTICE: fpm is running, pid 781
[31-Oct-2022 19:37:19] NOTICE: ready to handle connections
[31-Oct-2022 19:37:19] NOTICE: systemd monitor interval set to 10000ms
The logs hints that fpm gets up and running again, but I can conclude that it isn't successfully serving any requests.
It happens once every few months. I cannot relate the crash to anything happening within the application. A restart of the server through Forge fixes it (PHP restart might also be enough).
What I have checked/thought of:
Hoping for some pointers of where to start
Please or to participate in this conversation.