-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-Deploy of SonarQube Yields Errors #10
Comments
I see the same problem when deploying second time on OpenShift platform. First time deployment is always successful. `2019.02.23 00:02:54 INFO app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp | 2019.02.23 00:02:54 INFO app[][o.s.a.es.EsSettings] Elasticsearch listening on /127.0.0.1:9001 |
When I first deploy SonarQube + PostgreSQL using your sonarqube-postgresql-template, it deploys perfectly without any problems.
But when I re-deploy the sonarqube container a second time, I error out.
From google search, this is saying I'm trying to run ElasticSearch as root. But I don't understand why its trying to run it as root the second time when the build should be running it as user sonar.
Any ideas on why this is happening?
My environment that I am testing this on is minishift.
The text was updated successfully, but these errors were encountered: