Hi @mikestankovich, thanks for reaching out. We’re happy to help!
On the sites where you don’t receive the DB backup emails, I suggest checking your server’s mail setup and contacting your host to investigate what’s causing the sends to fail.
Solid Security generates the emails (which you can see in the logs) and sends them using the wp_mail()
function, but the delivery will be up to your server setup. You might need to double-check with your host if that function is disabled. Also, double-check the spam folder in your mailbox, just in case.
Another thing you can do is install an SMTP plugin to see if that helps with email delivery. You can also try using a plugin that checks and logs email delivery like?this?for further debugging.
As for the website where the Database Backup feature isn’t working, what happens when you manually run a backup in Security > Dashboard > Database Backups card? If the manual backup does not run, please check for errors on the frontend page/browser console. Please also check your debug.log and server logs for any related errors (if you haven’t enabled WP Debugging, please follow the guide here). Then check your Security Logs for additional details.
I hope this helps, and looking forward to hearing from you!