Problems after Admin Restore

gmdesign

Verified User
Joined
Dec 1, 2007
Messages
28
Hi!

I have recently set up new hosting server and transfered all users and accounts from old server. I have used Admin Backup/Transfer feature. Everything is restored correctly, but as I see there are some problems with information on main screen when logged in as admin:

1. Disc usage info is incorrect
2. User/Domain count is 0 (but in one moment, at the end of the restore there was correct info, and after refresh it's gone)

It's strange, but when I log in as reseller (I have only one reseller and all clients are binded to this reseller) I see the info:

Code:
Disk Space (MB)	5902.3	unlimited
Bandwidth (GB)	7.0955	unlimited
E-Mails	68	unlimited
Ftp Accounts	14	unlimited
Databases	8	unlimited
Domains	47	unlimited
Users	46

but when I log in as admin I see this info:

Code:
Used
Disk Space (mb)	14458
Bandwidth (gb)	0.0063
Domains	0
Users	0
Resellers	1

If I click "Show All Users" then it shows correct info, but on the main screen it's incorrect.

Any ideas how to fix it?
 
Hey,

I'm guessing it hasn't been long enough (since you moved to the new server) for DA (cron) to update the stats on the server. The following should update them:

Code:
echo 'action=tally&value=all' >> /usr/local/directadmin/data/task.queue

David
 
Yes you are right. Last night DA updated stats and now it's showing correct info :) Thanks.
 
Back
Top