Any known issues in changing machine name of Vault server
Moderator: SourceGear
Any known issues in changing machine name of Vault server
Are there any server side or client side issues in relation to changing the machine/host name of the Vault server?
Obviously all clients need to point to a different server name, but are there any underlying configs, secret keys, values in databases, license keys, client cache, etc that depends on the Vault server being a certain name?
Obviously all clients need to point to a different server name, but are there any underlying configs, secret keys, values in databases, license keys, client cache, etc that depends on the Vault server being a certain name?
SQL Server's engine need to be updated when a machine's host name is changed.
In regards to Vault, Vault Server uses the machine's name in the default.html page. Also, if you are also using Vault's shadow folders, you will need to re-configure Shadow Folders on a host name change.
You'll need to investigate "Renaming a Server" in SQL Server for additional information.
If you don't want to mess with all the re-configuration, you could also:
HTH
In regards to Vault, Vault Server uses the machine's name in the default.html page. Also, if you are also using Vault's shadow folders, you will need to re-configure Shadow Folders on a host name change.
You'll need to investigate "Renaming a Server" in SQL Server for additional information.
If you don't want to mess with all the re-configuration, you could also:
- Backup the sgvault database (as well as any other databases you are using) from SQL Server.
- Backup Vault Server's web.config / vault.config.
- Uninstall Vault Server.
- Uninstall SQL Server.
- Rename the machine.
- Install SQL Server.
- Restore the sgvault database.
- Install Vault Server (same version that was removed in step 3). Keep the database when prompted.
- Copy over web.config / vault.config.
HTH
Jeff Clausius
SourceGear
SourceGear
The only plugin written by SourceGear is Vault Shadow Folders. I mentioned them in the earlier post.
Also, you may want to look at the database's sgvault.dbo.tblplugins. If there are rows in the table that reference you're old host name for Shadow Folders, you may want to delete the row.
If there are other rows in this table, you may need to contact the author/vendor and ask them about a name change.
Also, you may want to look at the database's sgvault.dbo.tblplugins. If there are rows in the table that reference you're old host name for Shadow Folders, you may want to delete the row.
If there are other rows in this table, you may need to contact the author/vendor and ask them about a name change.
Jeff Clausius
SourceGear
SourceGear
I am sorry for not making myself clear earlier in the post: the plugin is written by ourselvesjclausius wrote:The only plugin written by SourceGear is Vault Shadow Folders. I mentioned them in the earlier post.
Also, you may want to look at the database's sgvault.dbo.tblplugins. If there are rows in the table that reference you're old host name for Shadow Folders, you may want to delete the row.
If there are other rows in this table, you may need to contact the author/vendor and ask them about a name change.
I suppose I can just modify the url directly in tblplugins.