Hi there
I am trying to understand what are the differences between restarting SonarQube Server via Admin -> System -> Restart Sever Vs Restarting the server when a plugin is installed.
We are running SonarQube in a docker container, therefore doing a server restart via admin panel causes all the plugins be lost. However, when installing plugins and performing a restart using the notification message works fine (plugins are not lost). Is there a hard vs soft reset/restart?
Furthermore, when performing a restart via a API call api/system/restart it does a soft restart and the plugins are not lost.
SQ Server Version 7.1 (build 11001)
Thanks