- SonarQube Enterprise Server 2025.1.0
- Deployed via Helm Chart 2025.1.0
- Plugin and volume data persistence
**
We are deploying SonarQube using the official Helm Chart and we’re wondering where exactly the plugins/other data are stored in a running SonarQube Enterprise instance.
Are the plugins persisted in the database, or are they stored on the filesystem volume? I’m particularly interested in this for persistence planning incase the Node Pool gets re-created when my team is upgrading the AKS cluster.
If they are stored on a volume, can someone suggest what path inside the container are the plugins or any other important data can be found?
Note: We have an externalized Postgres DB Server that is deployed outside the K8s cluster and hooked up.
**