Migrate Accounts Between DirectAdmin Multi-Server Setup
Introduction
Migrating accounts within a DirectAdmin Multi-Server Setup (MSS) can be a daunting task due to the limitation that prevents the same account from being recreated on another server within the cluster. This guide will provide you with the necessary steps to overcome this challenge efficiently.
Prerequisites
- A DirectAdmin cluster (DA cluster) consisting of two or more DA instances.
Step-by-step Guide
In your DA cluster, if you need to transfer the account harrytang
from server1
to server2
, follow these steps:
- Start backing up the
harrytang
account onserver1
. - Copy the backup file to
server2
. - Delete the account's DNS on
server1
. - Restore the backup on
server2
, which will also reinstate the DNS settings. - Verify that the account is functioning correctly.
- Delete the
harrytang
account onserver1
.
Conclusion
In conclusion, migrating an account within a DirectAdmin Multi-Server Setup involves backing up the account on the original server, restoring it on the target server, and verifying its functionality. Following these steps ensures a smooth transition and seamless operations across your server cluster.