We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As you can see from
docker-images/oceanbase-ce/boot/env.sh
Line 4 in 56bdfb9
docker-images/oceanbase-ce/boot/start.sh
Line 114 in 56bdfb9
OB CE 4.3.5
docker run -e OB_CLUSTER_NAME=xxx ... is not working
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
As you can see from
docker-images/oceanbase-ce/boot/env.sh
Line 4 in 56bdfb9
which set OB_CLUSTER_NAME, but the usage code like
docker-images/oceanbase-ce/boot/start.sh
Line 114 in 56bdfb9
and others line which referenced of obcluster should replace with ${OB_CLUSTER_NAME}
Environment
OB CE 4.3.5
Fast reproduce steps
docker run -e OB_CLUSTER_NAME=xxx ... is not working
Expected behavior
No response
Actual behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: