You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I see that MySQL service went down and then stays down. Would be good if there is something to monitor the service and restart it should it went down for 1 minute? I believe cPanel use something like this where if ever MySQL service is down, it can auto-restart it automatically.
The text was updated successfully, but these errors were encountered:
Interestingly right after you mentioned this, I had a client contact me who is using SlickStack on an older Ubuntu 20.04 server saying his website was crashed... the error log was full of Redis object cache related errors.
I have to assume whatever he experienced is likely the same as you.
I'm going to open a new Issue to investigate that further, but the "quick fix" is probably migrating your site to a brand new build on Ubuntu 22.04 which is incredibly stable for us.
About auto-restarting MySQL it's a great idea and something we used to have (kinda) with Monit, but after we stopped bundling monitoring apps there hasn't been any further attempt at auto-restarting services.
@jessuppi You can add the below line to make redis / mysql restart always when it runs out of memory. Ofcourse this won't restart for configuration errors. Override the systemd service file by creating an override file else update will override your change.
Sometimes I see that MySQL service went down and then stays down. Would be good if there is something to monitor the service and restart it should it went down for 1 minute? I believe cPanel use something like this where if ever MySQL service is down, it can auto-restart it automatically.
The text was updated successfully, but these errors were encountered: