diff options
author | Trabelsi Tobias <tobias.trabelsi@sonarsource.com> | 2022-02-02 09:28:48 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-02 20:02:54 +0000 |
commit | 81856ac3c6115da2803276462bb02eeb658d911e (patch) | |
tree | 214a495ac384b4694dd2011cd68bd13da83fa19c /server/sonar-docs/src/pages | |
parent | 968984173c9c25a4f76ab9d422b396d9077ef35d (diff) | |
download | sonarqube-81856ac3c6115da2803276462bb02eeb658d911e.tar.gz sonarqube-81856ac3c6115da2803276462bb02eeb658d911e.zip |
SONAR-15976 mention microsoft jdbc driver update in upgrade notes
Diffstat (limited to 'server/sonar-docs/src/pages')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index 7b3f387621a..7f40d54ccc8 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -9,6 +9,9 @@ The Portfolio overview and project breakdown have been redesigned to provide a h Along with this redesign, Portfolios and Applications no longer show users information on projects they don't have access to, and Application administration has been moved out of the Portfolio administration UI. +**Microsoft SQL Server and Integrated Authentication** +If you are using Microsoft SQL Server with Integrated Authentication, you will need to replace the `mssql-jdbc_auth-9.2.0.x64.dll` file on your `PATH` with `mssql-jdbc_auth-9.4.1.x64.dll` from the [Microsoft SQL JDBC Driver 9.4.1 package](https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#94). See [Install the Server](/setup/install-server/) for more information. + [Full release notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17060) ## Release 9.2 Upgrade Notes |