database - sonarqube downgrade version -


i'm using sonarqube version 5.1 , mysql 5.6.19: due regulations have use long term support version 4.5.4.

the problem is, following error message sonarqube when try start sonarqube 4.5.4:

org.sonar.api.utils.messageexception: database relates more recent version of sonar. please check settings.

is there work around issue?

unfortunately, downgrade of sonarqube not supported. database upgrade scripts execute in 1 way, old version new version. in case, have start clean database , analyze projects again scratch.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -