Does any one know how to delete all project in SonarQube5.6 ? I login to admin and go to project manage page , It just delete only 50 and can show more only 50. Thank you.
Asked
Active
Viewed 1,034 times
0
-
1You could start with a new database... – Jeroen Heier Jul 24 '16 at 06:15
-
thanks :D , but if i use default database.It has other way to delete ? – 404error Jul 25 '16 at 04:11
-
If you are using the default database you could stop SonarQube and delete all database files and start again; the database will be created. Do not use this configuration in a production environment. See also the documentation in the configuration file. – Jeroen Heier Jul 25 '16 at 04:24
-
thank you @Jeroen Heier ,just use "sonar stop" for stop sonarQube? and how can i delete all files? – 404error Jul 25 '16 at 07:11
-
I you are installed SonarQube as a windowsservice use \bin
\StopNTService.bat (execute as admin). Then remove all files in \data except for README.txt. Use \bin\ – Jeroen Heier Jul 25 '16 at 21:30\StartNTService to start SonarQube again. Then you should have a brand new environment (no projects, alle settings configured as default).