Account Merging

AKHIL RAJ

Verified User
Joined
Jun 12, 2020
Messages
30
Dear Team

at present we created (exist) 8 users in my direct admin panel.my requirement is that i want to merge all the domain of every user into a single user ... in short i figure out it as follows:-

8 users( 8 domains )----->into------>Single User(8 Domains)

how can do this ?? please help
 
/usr/local/directadmin/scripts/move_domain.sh (moves only domain, not database)
or:
create backup at user level, remove this user, restore this backup in new account, repeat for all.
or:
create full admin level backup , remove this user, rename backup to needed account name, restore this backup, repeat for all.
 
each domain have file & Data base & e mail also... my account permission has blocked due to additional user creation , so when i try too create back up via DA, it showing error,is there any option to take the mail back up via FTP or SSH
 
You should have done this before changing the license. By the time you figure out a shortcut you could have manually moved everything.
 
oki, but how can i take the Back up of website & mail details.. is there any option for that ?when i try for site back up showing this error..
 

Attachments

  • DA.JPG
    DA.JPG
    69.3 KB · Views: 4
You will have to do it via command line. One suggestion has already been made.
/usr/local/directadmin/scripts/move_domain.sh (moves only domain, not database)
 
/usr/local/directadmin/scripts/move_domain.sh moves all domain stuff, only mysql must be moved by another script or via dump.
 
All mail is located in the user home directory. Use tar to back up the files.
 
Back
Top