Moving domain between user accounts

kspoosh

Verified User
Joined
Jun 21, 2005
Messages
22
Location
Honningsvaag, Norway
Hello,

I tried to find some good solutions in the forum for my issue...

I got one domainname that I need to move to another user. Is this possible with an easy operation?

Thanks!
 
Well, just go to "Move Users between Resellers" and select the user, and select the new "owner" of the user then press "Submit" and you're done.

Be sure you have the lastest DA version so you have a stable version of "Move Users between Resellers".
 
True, that option is only to move users between resellers. You can't move domains between users, I guess then you need to backup the files, and upload the files to the new user with that domain.
 
Code:
cd /usr/local/directadmin/scripts
./move_domain.sh [B]domain olduser newuser[/B]
 
Code:
cd /usr/local/directadmin/scripts
./move_domain.sh [B]domain olduser newuser[/B]
Hi,

this works but databases connected to the domain stays on the previous user.
Anyway to prevent this?
 
Databases are not assigned to domains. They are assigned to a user. That's why you need to move them manually (there is a script for that in scripts directory too).
 
Last edited:
Back
Top