kezhenxu94 commented on issue #10979:
URL: https://github.com/apache/skywalking/issues/10979#issuecomment-1604151350
@acostaedg then this must be a different issue, Chances might be that, you
don't even have a working database at all. I issue the commands and everything
works well:
```
helm upgrade --install "${SKYWALKING_RELEASE_NAME}" ./chart/skywalking \
-n "${SKYWALKING_RELEASE_NAMESPACE}" \
--set oap.image.tag=9.4.0 \
--set oap.storageType=postgresql --set elasticsearch.enabled=false --set
postgresql.enabled=true --set global.postgresql.auth.postgresPassword=123456 \
--set ui.image.tag=9.4.0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]