SonarQube won't start initially after installation

Welcome :slight_smile:

Elasticsearch needs more disk space, see

2024.07.08 14:01:45 WARN es[][o.e.c.r.a.DiskThresholdMonitor] high disk watermark [90%] exceeded on [ZJwWSKGPQVq0gPwuZMe1OA][sonarqube][/Users/nikita/Downloads/sonarqube-10.6.0.92116/sonarqube-10.6.0.92116/data/es8] free: 29.1gb[6.2%], shards will be relocated away from this node; currently relocating away shards totalling [0] bytes; the node is expected to continue to exceed the high disk watermark when these relocations are complete

for Elasticsearch requirements see documentation

Free disk space is an absolute requirement.
Elasticsearch implements a safety mechanism to prevent the disk from being flooded with index data that locks all indices in read-only mode when a 95% disk usage watermark is reached.

Gilbert