Network Management

Restore the Orion server product version to match the database backup version

This article describes how to reinstall an Orion product to match the versions installed when the database backup was created after a ransomware attack, such as the WannaCry virus.

First published date

10/29/2018 12:55 PM

Last published date

11/9/2022 9:35 PM

Overview

This will show how to re-install the Orion modules to have similar versions with the DB back-up. 

Product section

Orion Platform

Resolution

  1. Open Database Manager or SQL Server Mnagement Studio..
  2. Open the Orion database.
  3. Go to the ConfigWizardlog table or use the following 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
  1. Check the last date and time when the Configuration Wizard was run.
  2. Take note of the product and version listed.
  3. Install the same product and version on the Orion server.

If you are having issues with the configuration wizard after a backup of the database, see Configuration wizard error when restoring to a previous database