Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop the IDERA Dashboard Core Service, which would also stop the IDERA Dashboard Web Application Service.
  2. Navigate to the CoreService\ProductPlugins\War directory within the Dashboard installation directory (e.g. C:\Program Files\IDERA\Dashboard\CoreService\ProductPlugins\War)
  3. Rename the 6.2 WAR file to sqlcm-war-6.2.0.791_#_original.war
    Note
    Note that the '#' character will represent the Product ID.
  4. Copy the 6.1 0 WAR file into the directory (Please reach out to support@idera.com to get the 6.1 0 war file).
  5. Rename sqlcm-war-6.1.0.774_#.war to sqlcm-war-6.2.0.791_#.war (replace # with the correct number).
    You can double-check the name by checking the Dashboard repository database.
    Code Block
    SELECT[ID],[WarFilePath]
    FROM [IderaDashboardRepository].[Common].[RegisteredProducts]
    WHERE Name='SQLCM'
  6. Execute the following query to make sure the version is correct.
    Code Block
    UPDATE [IderaDashboardRepository].[Common].[RegisteredProducts] SET [Version]='6.2.0.791' WHERE [WarFilePath] LIKE '%sqlcm-war-6.2.0.791%'
  7. Restart the Dashboard Services

...