Upgrading Vault to 2.0
Moderator: SourceGear
Upgrading Vault to 2.0
I remember there being an article explaining the proper way to upgrade vault. I was wondering if that was still available of if someone could post the recommended way to upgrade.
If you are upgrading from Vault 1.1 or later, you can install Vault 2.0 over your existing installation.
If you have a Vault 1.0.3 or earlier, uninstall the Vault Server (when prompted, choose to keep your database), then install Vault 2.0. Your database will be upgraded as part of the installation.
In both cases, make sure you backup your Vault database before beginning the installation. You can do this via SQL Server backup, or from the Vault Admin Tool, in the Backup pane.
If you have a Vault 1.0.3 or earlier, uninstall the Vault Server (when prompted, choose to keep your database), then install Vault 2.0. Your database will be upgraded as part of the installation.
In both cases, make sure you backup your Vault database before beginning the installation. You can do this via SQL Server backup, or from the Vault Admin Tool, in the Backup pane.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
maintenance?
What is proper maintenance?jclausius wrote:Matt:
There were some history adjustments to make room for snapshots vs. labels. If your database has been maintained with the proper maintenance, it shouldn't take too long to make the adjustments - (minutes or less).
normal database maintenance varies based on number of users, distribution of data, imported vss databases, deleted repositories, etc.
here is the "jeff clausius rule of thumb for database maintenance":
1) UPDATE STATISTICS for all tables every sunday morning - note by default the sgvault database has auto_stats on, but i like to run these anyway.
2) DBCC INDEXDEFRAG every month
3) DBCC DBREINDEX every 4 - 6 months
again, these are just some of my quick and dirty rules. i'm inviting others to share some of their favorite maintenance strategies.
here is the "jeff clausius rule of thumb for database maintenance":
1) UPDATE STATISTICS for all tables every sunday morning - note by default the sgvault database has auto_stats on, but i like to run these anyway.
2) DBCC INDEXDEFRAG every month
3) DBCC DBREINDEX every 4 - 6 months
again, these are just some of my quick and dirty rules. i'm inviting others to share some of their favorite maintenance strategies.
Jeff Clausius
SourceGear
SourceGear
please note, i am not implying anything special needs to be done in order for the vault database to operate correctly. the sourcegear vault server team (including myself) went to extreme lengths to make sure as little as user interaction would be required to maintain the database.
my personal recommendations in the last post are just that, personal recommendations. in case anyone is wondering about my character, perhaps this can provide some insight. i run scandisk every two weeks, and defrag my drives every month. its just the type of guy i am.
my personal recommendations in the last post are just that, personal recommendations. in case anyone is wondering about my character, perhaps this can provide some insight. i run scandisk every two weeks, and defrag my drives every month. its just the type of guy i am.
Jeff Clausius
SourceGear
SourceGear