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
I'm trying to set a seperate user and password for visibility, but I got:
visibility
temporal | 2024-08-11T06:38:32.751Z ERROR Unable to create SQL database. {"error": "Error 1044: Access denied for user 'temporal'@'%' to database 'temporal_visibility'", "logging-call-at": "handler.go:94"}
I find the visibility.sql.user will not be used when init the temporal_visibility database. Can see the process in https://github.com/temporalio/docker-builds/blob/main/docker/auto-setup.sh#L172C1-L172C19 .
visibility.sql.user
temporal_visibility
Just use a different user for database temporal and temporal_visibility.
temporal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What are you really trying to do?
I'm trying to set a seperate user and password for
visibility
, but I got:Describe the bug
I find the
visibility.sql.user
will not be used when init thetemporal_visibility
database. Can see the process in https://github.com/temporalio/docker-builds/blob/main/docker/auto-setup.sh#L172C1-L172C19 .Minimal Reproduction
Environment/Versions
Additional context
Just use a different user for database
temporal
andtemporal_visibility
.The text was updated successfully, but these errors were encountered: