From a7137daa5afd7343cd2ae32bb01d582050834169 Mon Sep 17 00:00:00 2001 From: "G. Ann Campbell" Date: Fri, 24 May 2019 09:31:09 -0400 Subject: [PATCH] DOC ES bootstrap checks in upgrade notes --- server/sonar-docs/src/pages/setup/upgrade-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index f79f6b68b90..5ec0d00529d 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -7,6 +7,9 @@ url: /setup/upgrade-notes/ **MySQL Deprecation and Migration** This is the last version that will support MySQL. To migrate from MySQL to a supported database, see the free [MySQL Migrator tool](https://github.com/SonarSource/mysql-migrator). +**Elasticsearch bootstrap checks enforced** +SonarQube will now fail to start if Elasticsearch's bootstrap checks fail. That means you may need to [adjust the maximum number of open files and processes](/requirements/requirements/) for the SonarQube user as part of this upgrade ([SONAR-11264](https://jira.sonarsource.com/browse/SONAR-11264)). + **Notifications changes** Several changes have been made to notificatons. The notifications algorithm has been replaced with one that offers better performance during background task processing. Issue change notifications spawned by analysis or bulk change now generate only one email per event rather than one email per issue. The ability to subscribe globally to new issues notifications and notifications for issues resolved as False Positive or Won't fix has been dropped, as have all such subscriptions. Issue-related notifications on PRs have also been dropped. -- 2.39.5