Updating QPR ProcessAnalyzer Server: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | <div style="border:1px solid #dfdfdf;padding:0.5em 1em 0.5em 1em;background-color:#E7EAEC;margin:10px 0px 0px 10px;"> | ||
This page describes how to update QPR ProcessAnalyzer | This page describes how to update QPR ProcessAnalyzer 2022.6 and later releases (.Net 6 based). To update older (.Net Framework based) QPR ProcessAnalyzer release, [[Updating_QPR_ProcessAnalyzer_Server_(.Net_Framework)|click here]]. | ||
</div> | </div> | ||
Follow these instructions to update existing QPR ProcessAnalyzer Server to the latest version: | Follow these instructions to update existing QPR ProcessAnalyzer Server to the latest version: | ||
# Read the [[QPR_ProcessAnalyzer_Release_Notes|release notes]] between the original and new | # Read the [[QPR_ProcessAnalyzer_Release_Notes|release notes]] between the original and new releases, to see any special considerations regarding the update. | ||
# Download QPR ProcessAnalyzer Server package | # Download QPR ProcessAnalyzer Server package available in the [[QPR Product Downloads#QPR_ProcessAnalyzer_Server|downloads page]]. | ||
# Extract the package | # Extract the package into a temporary folder (e.g. C:\temp\QPR_ProcessAnalyzer). | ||
# In the '''Internet Information Services (IIS) Manager''', stop the application pool | # In the '''Internet Information Services (IIS) Manager''', stop the application pool used by QPR ProcessAnalyzer Server. | ||
# Go to the ProcessAnalyzer Server IIS root folder (e.g. C:\inetpub\QPRPA) and backup the '''appsettings.json''' file. | # Go to the ProcessAnalyzer Server IIS root folder (e.g. C:\inetpub\QPRPA) and make a backup of the '''appsettings.json''' file. | ||
# Delete all files in the QPR ProcessAnalyzer Server root folder. | # Delete all files in the QPR ProcessAnalyzer Server root folder. | ||
# Copy all files from the '''Service''' folder ( | # Copy all files from the '''Service''' folder (from the extracted package) to the IIS root folder of the ProcessAnalyzer Server (e.g. from C:\temp\QPR_ProcessAnalyzer\Service to C:\inetpub\QPRPA). | ||
# Copy the backed up appsettings.json file to the C:\inetpub\QPRPA folder. | # Copy the backed up appsettings.json file to the C:\inetpub\QPRPA folder. | ||
# QPR ProcessAnalyzer Server IIS application pool can now be started. | |||
[[Category: QPR ProcessAnalyzer]] | [[Category: QPR ProcessAnalyzer]] |
Revision as of 17:52, 20 September 2022
This page describes how to update QPR ProcessAnalyzer 2022.6 and later releases (.Net 6 based). To update older (.Net Framework based) QPR ProcessAnalyzer release, click here.
Follow these instructions to update existing QPR ProcessAnalyzer Server to the latest version:
- Read the release notes between the original and new releases, to see any special considerations regarding the update.
- Download QPR ProcessAnalyzer Server package available in the downloads page.
- Extract the package into a temporary folder (e.g. C:\temp\QPR_ProcessAnalyzer).
- In the Internet Information Services (IIS) Manager, stop the application pool used by QPR ProcessAnalyzer Server.
- Go to the ProcessAnalyzer Server IIS root folder (e.g. C:\inetpub\QPRPA) and make a backup of the appsettings.json file.
- Delete all files in the QPR ProcessAnalyzer Server root folder.
- Copy all files from the Service folder (from the extracted package) to the IIS root folder of the ProcessAnalyzer Server (e.g. from C:\temp\QPR_ProcessAnalyzer\Service to C:\inetpub\QPRPA).
- Copy the backed up appsettings.json file to the C:\inetpub\QPRPA folder.
- QPR ProcessAnalyzer Server IIS application pool can now be started.