Lost resellers after server migration

streamservice

Verified User
Joined
Dec 14, 2005
Messages
173
Location
The Netherlands
Hello,

After migrating all accounts on 2 servers to a single server I have a problem. I did check before I did start if there where no duplicate usernames/domain names (that was/is not the case). I did not move the admin user (as we only use them to create resellers/users).

Now when I look at the List Resellers option I am missing some resellers (http://IP:2222/CMD_RESELLER_SHOW, logged in as admin). However I can find the resellers in the Show All Users list and when I click on the username I see that they are resellers. However I could click them to be listed everywhere as reseller (if possible). Also in other lists with resellers the usernames for these resellers are missing (so I couldn't move users to them from other resellers).

How could I fix this (I have root access)?

Regards, Mark
 
Hello John,

Thank you that did solve the issue after changing a few settings. I did have to change the second line to:
grep -H "usertype=reseller" users/*/user.conf | cut -d/ -f2 > admin/reseller.list

as the line you did give doesn't work (it didn't output anything when I did remove > admin/reseller.list).

Regards, Mark
 
Thanks, I've updated the guide. (I had shortened it to remove the double /usr/local/directadmin/data bit)

John
 
Back
Top