I have a droplet with Nginx & MariaDB. There are several WordPress sites are installed, mainly blogs with authentic plugins. I have been facing severe issues like database connection errors frequently - once weekly and all my sites go down. Then I have to restart - PHP FPM, Nginx and MariaDB manually from terminal and all the sites go up. This becomes a continuous process every week. So, it is a huge pain and I want to resolve this issue permanently.
Please suggest how to resolve this.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
SAME issue for my blog SRS creations it is wordpress based blog and getting 60k views monthly can any one here help me to get out of it. due to this am loosing so many visits to my blog
Check for oom killer in
/var/log/syslog
. If it’s there, reduce memory usage or upgrade your droplet.