Moving Domain From One Account To Another

ORiN

Verified User
Joined
Nov 27, 2010
Messages
54
Location
Singapore
Hi,

I have a client who have two accounts but decided to merge his domains under one account instead. How exactly do I do that? Thanks in advance!
 
Code:
cd /usr/local/directadmin/scripts
./change_username.sh [B]oldusername newusername[/B]

Don't forget to change his MySQL database user and database name too.
 
This don't work.

[root@cleopatra scripts]# ./change_username.sh user1 user2
User user2 already exists
 
That script is not supposed to move domains, in the directory /usr/local/directadmin/scripts find script

use this one move_domain.sh instead

Usage:
move_domain.sh <domain> <olduser> <newuser>
 
Hi,

I'm rather new to DirectAdmin, so maybe a dumb question, but i just can't find the answer..

I need to move a domain from user to user as well, how do i run this script:
move_domain.sh <domain> <olduser> <newuser> ?

And where do i enter these 3 variables?

Thanks you very much!
 
I take it you've found the script, because you know it's name.

First CD into that directory where the script is located, then:
Code:
./move_domain example.com olduser newuser
Jeff
 
Back
Top