What will happen if /opt/sonarqube folder is deleted?

Hello,
We are using Sonarqube dev edition and working on upgrading RDS, because of some issues we could not attach the EBS volume snapshot. What will happen if we simply deploy without EBS volume snapshot but with new empty EBS volume? Would sonarqube automatically creates all folders and perform es cache again? Can you confirm all files stored in /opt/sonarqube path is generated at run time and we wont loose any data?
Following are the list of folders we see:
bin
conf
data
dependency-license.json
elasticsearch
extensions
lib
logs
temp
web

Thanks,
Muhil

The contents of opt/sonarqube is the entire SonarQube installation, so without it… you have no SonarQube.

Correct, Can you confirm each installation or new deployment will create all the folders mentioned above and would we need to persist above folders/files for subsequent installation or deployment?

We are specifically interested in knowing if the folders “extensions” and “data” are re-generated within /opt/sonarqube path during new deployment. Should new deployment require(s) files from “extensions” and “data” folder to be restored from previous deployment?

Colin Can you confirm?