We use SonarQube 8.4.1 Developers Edition on a Windows 2016 server as a Windows service. This server restarts every now and then, and after the last restart SonarQube won’t start anymore.
I found in the web.log that it’s unable to start the database (and we don’t use an external database), because the file is corrupted. web.log (21.6 KB)
Apparently the sonar.mv.db is over 1 GB. Deleting this file, fixes the issue, but then we’ll lose our licence because a new server ID is generated.
Is there a way to rebuild or ‘clean’ this database AND keeping our licence information?
Thanks in advance!