Offline Upgrades
Follow these steps to perform an offline upgrade for Privilege Manager. This article is ONLY applicable when upgrading from versions 10.2 and higher.
Offline upgrades on multiple servers will need to be done manually.
- Download the latest version for the Privilege ManagerApplication Files via Software Downloads.
- Extract the zip file.
- From the unzipped folder, copy the contents of the nugetCache folder to this location on the web server:
C:\ProgramData\NugetCache\
-
Navigate to the TMS web folder (
C:\inetpub\wwwroot\TMS\
), right-click and open with, e.g. Notepad > Run as Administrator the web.config file.-
Update the "value" field of this item
<add key="nuget:source:SolutionCentre" value="http://tmsnuget.thycotic.com/nuget/" />
toC:\ProgramData\NugetCache\
, such asCopy<add key="nuget:source:SolutionCentre" value="C:\ProgramData\NugetCache\" />
-
Save the web.config file.
-
Recycle the TMS app pools.
-
- Navigate to
https://<webserver>/TMS/Setup/ProductOptions/ShowProducts
. This step will require windows authentication using an account that has local administrator permissions on the web server. - You should see new products available in the products list. Click the Install/Upgrade Products button.
- Select the products you wish to upgrade or install, and follow the steps to finish the installation. If one of the products fails to install, please repeat these last two steps. You may encounter an issue with an error of "Version Store out of Memory" - this is transient and re-starting the upgrade will fix it. If you encounter any additional errors, please contact Delinea Technical Support for assistance.
An upgrade or repair to the product may rewrite the web.config with default settings. Always double-check that the web.config has the correct SolutionCentre path whenever you perform a manual upgrade. Also, the version numbers available should match the highest versions available in the C:\ProgramData\NugetCache\ folder on the web server.
Delinea recommends to create a back-up copy of the Privilege Managerweb application folder after installation or upgrades.