-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Environment
- SQL Server Version: SQL Server 2019 CU32
- Windows Version: Windows Server 2016
- Component: Installer (Full Edition)
- Performance Monitor Version: 1.2.0
Describe the Bug
In the Full version, it looks like the config.installation_history table is not capturing the correct value under Installer Version (column: installer_version).
Specifically, the installer_version column shows 1.0.0.0, but I expected it to reflect the current Performance Monitor version (1.2.0).
(Note: I understand installer_version might be intended to represent the installer’s own version rather than the Performance Monitor version, if so, would it not also be benefitial with a column showing the version of Performance Monitor?)
Steps to Reproduce
- Install/upgrade Performance Monitor (Full Edition) using the installer.
- Open SSMS and query
config.installation_history. - Check the most recent row and review the value in
installer_version.
Expected Behavior
After installing/upgrading to Performance Monitor 1.2.0, the latest row in config.installation_history should show the expected version value under installer_version (or otherwise clearly reflect the correct version that column is intended to store).
Actual Behavior
The latest row in config.installation_history shows installer_version = 1.0.0.0 even after installing/upgrading to Performance Monitor 1.2.0.
Error Messages
Screenshots
Additional Context
- Did this work before? If so, what changed? Unknown / not sure yet.
- Are there any relevant SQL Server configuration settings? N/A / Unknown.
- Is SQL Server Agent running? (Yes / No)
- Are you monitoring Azure SQL DB, Azure MI, or AWS RDS? No.
IMPORTANT: If you're going to contribute code, please read the contributing guide first.