Network Management

How to view upgrade history and module version information for Core products

This article describes the information on how to view the upgrade history for the Orion environment.

First published date

6/22/2021 4:37 PM

Last published date

7/20/2021 6:58 PM

Overview

When clients need to determine the history of installed versions on their system for auditing and verification, this article describes how to view the upgrade history for the Orion environment through Database Manager.

Product section

Network Performance Monitor

Cause

N/A

Resolution


To view upgrade history and module version
  1. RDP to your Orion server
  2. Click on your Start Menu, and look for your SolarWinds folder
  3. Open Database Manager
  4. Click on Add Orion server
  5. Right-click on your SolarWinds Database and click New Query
  6. Execute the below query
-- Scripts are not supported under any SolarWinds support program or service.
-- Scripts are provided AS IS without warranty of any kind. SolarWinds further
-- disclaims all warranties including, without limitation, any implied warranties
-- of merchantability or of fitness for a particular purpose. The risk arising
-- out of the use or performance of the scripts and documentation stays with you.
-- In no event shall SolarWinds or anyone else involved in the creation,
-- production or delivery of the scripts be liable for any damages whatsoever
-- (including, without limitation, damages for loss of business profits, business
-- interruption, loss of business information, or other pecuniary loss) arising
-- out of the use of or inability to use the scripts or documentation.

SELECT TOP 1000 * FROM [dbo].[ConfigWizardLog] 
ORDER BY LogID DESC