Multiple server instances on single database

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
avonwyss
Posts: 99
Joined: Mon Oct 04, 2004 9:06 am

Multiple server instances on single database

Post by avonwyss » Tue May 31, 2005 2:56 am

Hello

In our environment, we use Vault on an internal server without problems.

Now we had the requirement to also allow external users to access Vault. To do this, we have a separate SSL site which is externally available and we copied the virtual directories to this other site:
site 1: http://vault.company.com/vaultservice
site 2: https://www.company.com/vaultservice (requires SSL)

The result is that two application instances of the Vault server are running (on IIS) but accessing the same database. It seems to work OK, but I'd like to be sure that this does not lead to problems (concurrency or other). Is this a valid configuration?

Thank you for your Answer

Arsène von Wyss

jclausius
Posts: 3706
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Tue May 31, 2005 6:57 am

You should try to keep one repository constrained to an individual server. The Vault server has not been tested nor certified to work in this configuration.

Running multiple servers against one database could put you into an irrecoverable situation if something does go awry.
Jeff Clausius
SourceGear

Post Reply