Hi all,
like the DA knowledge base says "Many server admins are always looking to add a level of redundancy to their systems. DirectAdmin is ultimately designed around a single-server principle, and mirroring of User data is not a default option in DA."
Well, im like one of those many server admins and i start designing my redundent solution:
two servers on two diffrent datacenters with diffrent networks each server has its own directadmin license:
1. /home directory will be synced using rsync so users data will be allways up to date
2. MySQL will run as replication on both servers master-slave
thats basically covers 80% of the work
whats left is:
1. How to duplicate directadmin user creation on both servers
2. how to move the users from server a to server b when a is down.
(and not using it like - load balance style where i use ns1+ns2 one for each server)
any ideas ?
1. how to
like the DA knowledge base says "Many server admins are always looking to add a level of redundancy to their systems. DirectAdmin is ultimately designed around a single-server principle, and mirroring of User data is not a default option in DA."
Well, im like one of those many server admins and i start designing my redundent solution:
two servers on two diffrent datacenters with diffrent networks each server has its own directadmin license:
1. /home directory will be synced using rsync so users data will be allways up to date
2. MySQL will run as replication on both servers master-slave
thats basically covers 80% of the work
whats left is:
1. How to duplicate directadmin user creation on both servers
2. how to move the users from server a to server b when a is down.
(and not using it like - load balance style where i use ns1+ns2 one for each server)
any ideas ?
1. how to