- 
    Bug 
- 
    Resolution: Fixed
- 
    Low 
- 
    9.10.0, 9.10.1, 9.11.1, 9.11.2, 9.11.3, 9.12.1, 9.12.5
- 
        9.1
- 
        17
- 
        Severity 3 - Minor
- 
        13
- 
        
Issue Summary
When you install Jira 9.10.x with MS SQL Server 2022, the health check fails for the DB, however, this is a false positive message as the MS SQL Server 2022 is supported and tested.
Steps to Reproduce
- Setup Jira 9.10.x
- Connect to MS SQL Server 2022
Expected Results
DB health check pass with no issues
Actual Results
The below error is thrown in the atlassian-jira.log file:
2023-08-16 10:39:21,801+0000 JIRA-Bootstrap ERROR [c.a.j.h.checks.database.SupportedDatabaseVersionHealthCheck] SupportedDatabaseVersionHealthCheck is unable to run because: the version number retrieved from the database isn't a known version of SQL Server (version string: "16.00.4065"). This probably means the database is not supported 2023-08-16 10:39:22,728+0000 JIRA-Bootstrap WARN [c.a.jira.health.HealthChecks] Supported database 2023-08-16 10:39:22,728+0000 JIRA-Bootstrap WARN [c.a.jira.health.HealthChecks] SQL Server 16.00.4065 is not supported. You should migrate to a supported database version.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available, however, this is just a false positive message and Jira should work totally fine.

