[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: High Availability Recommendation

From: Justin Johnson <justinjohnson_at_gmail.com>
Date: 2007-01-29 22:31:55 CET

On 1/29/07, Johnathan Gifford <jgifford@wernervas.com> wrote:
> For a failover setup like the one you mention below, if Apache's IP address and port it is serving on doesn't respond, then failover. Since your using Apache as your access method to Subversion, Subversion itself is not affected by communication issues. You may want to install the Subversion binaries on the NFS mount though.
>

Good idea. That takes away much of the hassle of keeping the two
boxes identical.

> I'm not a Solaris expert, but you may be able to have both servers NFS mount the repository drive at the same time and the Apache instances on both servers running at the same time. If you have a load balancer, you could utilize both servers at the same time. That way all resources are always active instead of one waiting to take over. There were some issues with NFS in versions earlier than Subversion 1.3.x, but that may have been taken care of now if you use the FSFS repository format (which is default).

I am using FSFS. I was planning on having the filesystem mounted on
two systems at the same time, but only so we can quickly fail over if
one goes down. Won't the repository be corrupted if two servers are
actively writing to the same repository at the same time? If not, I
am confused as to how.

>
> For your DR site. Consider using the svnsync feature from Subversion 1.4.x. This will create a mirror that is synchronized immediately with your primary site server. In the event of a disaster, you'll only need to modify revision 0 of each repository mirrored to make it writable on the server at the DR site.

svnsync is on my list of things to look into. I wanted to make sure
hooks and config files in the repository are synced as well and didn't
think svnsync handled that. I read in the book "Practical Subversion"
that rsync can be used to backup an FSFS repository as long as the
file db/current is copied first.

Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 29 22:32:32 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.