Skip to main content

Database size shows 0.00 MB

Comments

3 comments

  • cPanelMichael
    Hello, Try running the following command manually to update the disk space usage of the database:
    /usr/local/cpanel/scripts/update_db_cache
    It runs as part of the following root cron job:
    30 */4 * * * /usr/bin/test -x /usr/local/cpanel/scripts/update_db_cache && /usr/local/cpanel/scripts/update_db_cache
    Thank you.
    0
  • AndyX
    Thank you, Michael. So if I understand correctly it would be automatically updated when the cron job runs, what time does the cron job run? I see this: 30 */4 * * * off hand I don't know what times these are.
    0
  • cPanelMichael
    So if I understand correctly it would be automatically updated when the cron job runs, what time does the cron job run?

    Yes, that's correct. The cron job is configured to run at thirty minutes past the hour, every four hours. Thank you.
    0

Please sign in to leave a comment.