Version 2025.1.0
We are moving sonarqube to run on ARM in kubernetes. As part of that we need to recreate the persistent volume used by sonarqube since the machines types support different storage classes.
What is stored in the PV and is it safe to recreate it?
Hey there.
When persistence is enabled, SonarQube’s Elasticsearch indexes are stored in that volume (docs).
They are recreated automatically if SonarQube starts up and they don’t exist, so it is safe to recreate the volume.