Restored from Backup, then Received and Error Message

BillyS

Well-Known Member
Mar 22, 2013
62
4
58
cPanel Access Level
Root Administrator
I was upgrading a component of our website, had a big problem and needed to restore the entire server from a backup copy that was about six hours old. About 30 minutes after the restore, I received this message:

Cron <[email protected]​> /usr/bin/t​est -x /usr/local​/cpanel/sc​ripts/upda​te_db_cach​e && /usr/local​/cpanel/sc​ripts/upda​te_db_cach​e

dbindex is out of date: /var/cpanel/databases/dbindex.db is more than four hours old.
run /usr/local/cpanel/bin/dbindex to update the index and fix the cron job.
then run /usr/local/cpanel/scripts/update_db_cache to rebuild the db cache. at /usr/local/cpanel/Cpanel/DB/Map/Collection/Index.pm line 38.

I didn't see the above message before happened to run an Update from WHM (which updated the server to 11.46.0).

Everything seems to be functioning normally... I've since received the "normal" message:

Updating cPanel license...Done. Update succeeded.
Building global cache for cpanel...Done

Is there anything else I should do?

Bill
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

There's no harm in running the commands that were referenced:

Code:
/usr/local/cpanel/bin/dbindex 
/usr/local/cpanel/scripts/update_db_cache
However, based on the information you provided, you don't have to run them because that information was updated automatically.

Thank you.