Details of issues not found

Thanks Brian. Yesterday we found this thread:

which mentioned two instances pointing to the same db.
Our acceptance testing pipeline wasn’t swapping out the db url, so it wasn’t unique, and thus two instances pointing to the same db. This has been a bug in our test environment for a while, so I’m hesitant to say this was the problem all along. However I haven’t been able to reproduce the problem since then.

On a related note though, you mentioned deleting the data directory while the container was shut down. This may also be a problem as /opt/sonarqube/data isn’t an externally mounted volume in the container…which I think your response implies.
Did I miss something on the requirements / recommendations around doing this?

Thanks,
Damon