Plesk : Statistic show wrong Disk Space After Migrate from cPanel
After migrated a hosting account from cPanel to Plesk Linux with Migration Tools, you will notice on the destination server (Plesk > Statistics) the diskspace will be same as previous hosting subscription. ie. the statistics showing 10 GB of 80 GB (their disk space) and cust using Web Admin License, which obviously does not has any UI for hosting subscription settings. Then how to deal with it?
Go to Plesk destination server.
Run a command to fix the disk space:
plesk bin subscription_settings -u mydomain.com -disk_space -1
Details : -1 showing unlimited disk space.
Run a command to fix max traffic
plesk bin subscription_settings -u mydomain.com -max_traffic -1
That’s will do.
