You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Download the v0.14.0.2 version of the code from github release, try to start docker debug locally, and encounter an "Container datahub-opensearch-setup-1 service "opensearch-setup" didn't complete successfully: exit 1
service "opensearch-setup" didn't complete successfully: exit 1
" error during the startup process
Hey do you mind trying pinned to the latest release? v0.14.1. The only other thing i can imagine is some state issues with Docker. One way to clean and retry from scratch
./gradlew quickstartNuke
... and then restart quickstart
./gradlew quickstartDebug
Also, ensure that you've allocated at least 8-9GB of memory to Docker Desktop (through Docker desktop settings)
Describe the bug
Download the v0.14.0.2 version of the code from github release, try to start docker debug locally, and encounter an "Container datahub-opensearch-setup-1 service "opensearch-setup" didn't complete successfully: exit 1
service "opensearch-setup" didn't complete successfully: exit 1
" error during the startup process
Expected behavior
When starting up, I refer to the document: "https://datahubproject.io/docs/docker/development" and want to start up docker debug locally
Screenshots
Desktop (please complete the following information):
Additional context
elasticsearch image operation log:
opensearch image operation log:
The text was updated successfully, but these errors were encountered: