]> source.dussan.org Git - sonarqube.git/commitdiff
DOCS Add 8.7 Upgrade Note for MSSQL Integrated Security
authorcolin-mueller-sonarsource <colin.mueller@sonarsource.com>
Thu, 25 Mar 2021 15:53:22 +0000 (16:53 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 25 Mar 2021 20:03:51 +0000 (20:03 +0000)
server/sonar-docs/src/pages/setup/upgrade-notes.md

index 2aca003b91961f77d186d8c555a07244c0f58216..3c6296e48f997526bc6c5d5cb25b1d0fa924d485 100644 (file)
@@ -9,6 +9,9 @@ In order to analyze JavaScript or TypeScript code, you now need to have Node.js
 **Azure DevOps Services and Bitbucket Cloud are now supported**  
 SonarQube now officially supports Azure DevOps Services and Bitbucket Cloud. If you were running analysis using Bitbucket Pipelines previously, when you upgrade, the Main branch name in your SonarQube project needs to match the branch name in your code repository to continue writing history to the branch. You may have to rename it before running analysis again.
 
+**Microsoft SQL Server and Integrated Authentication**  
+If you are using Microsoft SQL Server with Integrated Authentication, you will need to replace the `sqljdbc_auth.dll` file on your `PATH` with `mssql-jdbc_auth-9.2.0.x64.dll` from the [Microsoft SQL JDBC Driver 9.2.0 package](https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#92). See [Install the Server](/setup/install-server/) for more information.
+
 [Full release notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16540)  
 
 ## Release 8.6 Upgrade Notes