Only if you are upgrading from Tridion Docs 15.1, update your databases by running a PowerShell script.
Before you begin
You need to run the PowerShell script as an administrator.
Procedure
- Open a PowerShell prompt as an administrator.
- Go to the folder C:\IshCD\DATE.UPDATE.InfoShare.15.1.BUILDNUMBER.1.Trisoft-DITA-OT\, where DATE is the date of the release of Update 1, and BUILDNUMBER is the specific build number of the release.
- Use the ISHRemote
New-IshSession command to create a new session. For more information about this command, enter Get-Help New-IshSession -Full
- Update the databases by executing the following command:
_Update-ISHDatabases.ps1 -IshSession SESSION
where SESSION is the name of the variable (for example, $ishSession) in which you stored the return value of your New-IshSession.
Note: If there are multiple ISHDeployment instances running on this server (you can find out by using the Get-ISHDeployment cmdlet), also add -IshDeploymentName ISHDEPLOYMENTNAME, where ISHDEPLOYMENTNAME is the name of the variable that contains the name of your ISHDeployment (for example, $ishDeploymentName).