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
Multiple server instances on single database
Moderator: SourceGear
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.
Running multiple servers against one database could put you into an irrecoverable situation if something does go awry.
Jeff Clausius
SourceGear
SourceGear