Documentation Center

Applying Update 1 to your Tridion Docs 15.1 databases

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

  1. Open a PowerShell prompt as an administrator.
  2. 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.
  3. Use the ISHRemote New-IshSession command to create a new session. For more information about this command, enter Get-Help New-IshSession -Full
  4. 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.