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

Re: Set up HA subversion server

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 27 Jun 2019 15:54:31 -0400

> On Jun 27, 2019, at 2:38 PM, JITHIN K <jithinkcs_at_gmail.com> wrote:
>
> Any support would be appreciated.
>
>> On Sun 23 Jun, 2019, 1:51 PM JITHIN K, <jithinkcs_at_gmail.com> wrote:
>> Hello Everyone,
>>
>> I installed Subversion 1.9 in two servers (Ubuntu Linux). One act as a production server and second one work as a mirror server (svnsync) . I would like to implement high availability setup in Subversion servers. What would be the recommended options. I know that subversion does not provide HA feature ( Wandisco does but it's costly). I am familiar with HAProxy but svnsync only sync master to mirror so I could not use HA proxy. Could you please suggest a recommended option?

I do not believe there is any official way to do this.

Unofficially, it is possible to host your repositories on a NFS mount that is then mounted by multiple SVN servers and load balance between them. It is up to you to test it and make it work but it is possible. I would only do this with an Enterprise Grade NAS that has fast SSD storage and even then it definitely slower than a single server using a fast local RAID array. But if you have some real need to have this sort of setup it is possible.

Of course with an Enterprise NAS it is also possible to have the storage snapshot replicated to a second location as a failover.

Mark
Received on 2019-06-27 21:54:42 CEST

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.