diff options
author | colin-mueller-sonarsource <colin.mueller@sonarsource.com> | 2021-03-25 16:53:22 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-03-25 20:03:51 +0000 |
commit | aeebfff43b9d9fc5532fc77098152332af34bba2 (patch) | |
tree | 6cb903363650824993bd6d5ed129d6df4b2cfd5e | |
parent | fcb9191fdcc38cbc237134153a6274b28f68a35a (diff) | |
download | sonarqube-aeebfff43b9d9fc5532fc77098152332af34bba2.tar.gz sonarqube-aeebfff43b9d9fc5532fc77098152332af34bba2.zip |
DOCS Add 8.7 Upgrade Note for MSSQL Integrated Security
-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 2aca003b919..3c6296e48f9 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 @@ 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 |