Are there future plans to make sgmaster a config setting?

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

Moderator: SourceGear

Post Reply
sc001
Posts: 3
Joined: Mon Sep 21, 2009 8:20 am

Are there future plans to make sgmaster a config setting?

Post by sc001 » Mon Sep 21, 2009 8:25 am

This is a bit of an edge case, but I use sg vault for my projects, as a single developer. It's by far the best source control out there for doing it, however one gripe I have is that I want to host the sgvault and sgmaster databases on shared hosting. These database names are both taken, I can change the settings so sgvault is renamed but not sgmaster as I can it's hardcoded into the VaultSQL assembly.

Are there any plans to make it so they both use the same database, or the sgmaster is also a web.config setting? That would be extremely useful for me :)

Thanks

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Are there future plans to make sgmaster a config setting?

Post by Beth » Mon Sep 21, 2009 9:56 am

I don't think there are any plans at this time to merge them back together. We used to have a one database system prior to Vault 4.0. If you could get a separate instance, then your databases would be separate from the other user's databases.

What some of our users do who use hosting is use one of the providers who offer Vault. There's a couple listed on our partners page: http://www.sourcegear.com/company/partners.html
Beth Kieler
SourceGear Technical Support

sc001
Posts: 3
Joined: Mon Sep 21, 2009 8:20 am

Re: Are there future plans to make sgmaster a config setting?

Post by sc001 » Mon Sep 21, 2009 10:56 am

This is really only for personal use, so I'm trying to avoid the hosted route. I did this with subversion and realised I may as well use my web hosting.

Could I run the sgmaster database locally, the sgvault remotely? Do they have to be on the same SQL Server?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Are there future plans to make sgmaster a config setting?

Post by Beth » Mon Sep 21, 2009 3:14 pm

Having the databases in two different locations would only work if the one SQL instance can connect to both databases. Basically, you would either have your local SQL managing the remote database or the remote SQL database managing one on your machine. I'm not sure if SQL would allow that. If you got it to work, you'd probably take a pretty big performance hit.

Does your web host offer you the option to be on a different SQL instance?
Beth Kieler
SourceGear Technical Support

Post Reply