Skip to main content

After transfer SQL not showing as disk space used in account

Comments

3 comments

  • kodeslogic
    Please check disk_usage_include_sqldbs
    in the file /var/cpanel/cpanel.config, if it is set to 0 then change it to 1 and execute the following command with root login from commandline: # grep "disk_usage_include_sqldbs" /var/cpanel/cpanel.config
    Expected Output: disk_usage_include_sqldbs=1 # /scripts/update_db_cache
    0
  • maestroc
    It appears the disk usage config was already set to 1 so I did not need to change it. I ran the script though and now the accounts show the correct disk usage. Thank you. Will I need to run that script every time I transfer an account or should it do it on its own now that I ran it once?
    0
  • cPanelWilliam
    Hey there, [QUOTE]I ran the script though and now the accounts show the correct disk usage. Thank you. Will I need to run that script every time I transfer an account or should it do it on its own now that I ran it once?
    The update_db_cache script should run as a cron job under the root user every 4 hours, so it shouldn't be necessary to manually run this script each time you transfer a new account.
    0

Please sign in to leave a comment.