Clearing orphans long time with error, but things seem OK. Is it safe to use DB?
-
I’m in the processes of transferring a wordpress website to a new server.
On the new server, before making the site live, I used this plugin to maintain the database. When I checked the option to “Clear orphans” the analysis showed 58,000 orphans, when I clicked the option to delete them, the operation was taking a too long time, so I left it all night. In the morning, I checked and I saw a “There has been a critical error on your website. Please check your site admin email inbox for instructions.” message.
But I don’t see any email with instructions, the site seems to be working. When I try to clear orphans again, it looks like that the previous process completed the clearing, because the plugin shows 0 orphans.
I have optimized the mysql (InnoDB) database again through phpmyadmin, and everything seems to be working.
However, I found this in the apache logs:
[Sun?Jul?26?06:45:06.600134?2020]?[php7:error]?[pid?1078]?[client?1.1.1.1:51234]?PHP?Fatal?error:??Maximum?execution?time?of?14400?seconds?exceeded?in?/var/www/html/wp-includes/wp-db.php?on?line?2024,?referer:?https://website.com/wp-admin/tools.php?page=rvg-optimize-database&action=analyze_summary
which I think is the reason of the dashboard error.The mysql logs shows a few “notes” during, but no errors. In addition, I have restarted the server, and things looks like are working.
Questions:
1. Is it safe to use the database after this happened?
2. Should I be worried about error message?
3. Is there anything else should I check or do to ensure everything is OK and nothing got corrupted?
- The topic ‘Clearing orphans long time with error, but things seem OK. Is it safe to use DB?’ is closed to new replies.