Hi, I would like to have some step-by-step straightforward tutorial for multi server Mirror Setup (master and slave) with full data replication (including web, mysql, emails data replication). Master is doing all the work and slave is there in case of downtime on master. The idea is to have server1.example.com (master) and server2.example.com (slave) in two geographically different locations (let's say EU and USA) and once the server1 is down the server2 automatically takes over or with minimum configuration change (ie. DNS change) takes over. Obviously there will be need for data resync from slave to master later once the server1 is back online. Since I'm Howtoforge subscriber there is how-to instructions inside the manual unfortunately it's for obsolete Debian 6 and it does not include data replication. Is anybody willing to make such tutorial? I would really appreciate it and willing to put some money into the bounty pot - PayPal or Bitcoin donation through trusted member here. Maybe it would be good idea to add it into the ISPConfig manual since it was not updated since 2013... Thank you for all your input.
It includes full data replication for databases, websites and email and the steps are the same for Debian 7 and 8 as well. Beside that, we will publish some new guides for Debian 8 as part f the new ISPConfig 3.1 manual. https://www.howtoforge.com/installi...tabase-cluster-on-debian-6.0-with-ispconfig-3
Hi till, thank you for your followup - when is the how-to instructions for Debian 8 scheduled to be published? As a general rule - if my currently setup is like this: https://www.howtoforge.com/tutorial/perfect-server-debian-8-jessie-apache-bind-dovecot-ispconfig-3/ is there something very wrong with this configuration so it can't take its part in later master/slave mirroring configuration? Thank you very much in advance.
The new manual will be released for ISPConfig 3.1. You can use this setup as basis for a mirror installation as well. What you have to add is: 1) Setup a MySQL Master/Master mirror before you install ispconfig on the second server. 2) Ensure that you install ispconfig on the second node in expert mode and that it uses a different database name dbispconfig2 as described in the mirror tutorial. 3) setup filesystem sync for /var/www and /var/vmail e.g. with unison as describe din mirror guide. 4) Do the settings in ispconfig to enable mirrring and to connect the uid to the gid (see mirror guide).
when is the version 3.1 going to be released? Thanks a lot for the follow up on the mirror setup I will check it out.
I would like to have some step-by-step straightforward tutorial for Mirror Setup with full data replication (including web, mysql, DNS, data replication) to Ubuntu 14.04. At this moment only see to Debian 5 no to Ubuntu 14.04. Thanks for any recomendation. A example is this tutorial https://www.howtoforge.com/installi...tabase-cluster-on-debian-6.0-with-ispconfig-3.
Ubuntu and Debian are very similar, so you can use the debian guide for Ubuntu as well or use the ubuntu perfect server as basis and add the steps I outlined above.
Yes I know, but using this tutorial https://www.howtoforge.com/installi...tabase-cluster-on-debian-5.0-with-ispconfig-3, in Ubuntu 14.04 several things change.