Describe the bug
Current setup - sonarQube version 8.3.1 and plugin version sonarqube-community-branch-plugin-1.5.0.jar.
Now we are planning to upgrade sonarqube version from 8.3.1 to 8.9-community version ( docker image )
We are getting below error when upgrading the sonarqube from 8.3 to 8.9-community version .
2024.01.17 13:53:44 ERROR app[][startup] Startup failed: Plugins can't be loaded. See web logs for more information
**2024.01.17 13:53:44 ERROR web[][o.s.s.p.PlatformImpl] Web server startup failed: The following plugins are no longer compatible with this version of SonarQube: 'scmgit', 'scmsvn'**
2024.01.17 13:53:44 INFO web[][o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
2024.01.17 13:53:44 INFO web[][o.s.p.ProcessEntryPoint] Hard stopping process
2024.01.17 13:53:44 INFO app[][o.s.a.SchedulerImpl] Process[web] is stopped
2024.01.17 13:53:44 INFO app[][o.s.a.SchedulerImpl] Process[es] is stopped
2024.01.17 13:53:44 INFO app[][o.s.a.SchedulerImpl] SonarQube is stopped
2024.01.17 13:53:44 WARN app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [es]: 143
Describe the bug Current setup - sonarQube version 8.3.1 and plugin version sonarqube-community-branch-plugin-1.5.0.jar. Now we are planning to upgrade sonarqube version from 8.3.1 to 8.9-community version ( docker image )
We are getting below error when upgrading the sonarqube from 8.3 to 8.9-community version .
We have also downloaded the sonarqube-community-branch-plugin-1.8.0.jar which is mentioned as compatible with Sonarqube 8.9
To Reproduce Steps to reproduce the behavior:
Executed below docker command
Expected behavior sonarqube server should have started succesfully. Screenshots If applicable, add screenshots to help explain your problem.
Software Versions
Additional context Add any other context about the problem here.