-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[bitnami/mongodb] Custom databases not getting created #15151
Comments
Hi! Could you share the logs of the containers to see if there's an any error? |
Hi,
The log is very big, with errors related to missing |
Any update on this request? |
Hi @desgith, Anything showing up in the container logs?
Also, seems you are installing a cluster, could you provide the exact values for replicating your same example? |
@aoterolorenzo I've got a a similar issue:
|
Hi @benhosmereop, The configuration values seems OK so probably there is a bug behind the issue. I will raise an internal task for our team to investigate this. We will be in touch over this conversation when it gets to an outcome. Meanwhile, I will mark it as on hold to prevent the |
I hit the same issue using the helm chart with the extra values for auth.databases, auth.usernames and auth.passwords.
Then it would work as expected. |
Did you try to check if the db exists even though it's not showing up on
|
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Although this issue has been closed for more than a year now, I just happened to run into the same problem it turned out that the database has been created and I can actually use it, but it still doesn't show up in the list of available databases. Thanks. |
Name and Version
mongodb-13.6.7
What architecture are you using?
None
What steps will reproduce the bug?
helm.exe install mongodb . -n mongo
Are you using any custom parameters or values?
What is the expected behavior?
The above command should login and
should show me
mynewdb
What do you see instead?
mynewdb
is missingAdditional information
Am i doing anything wrong in this command or my understanding is wrong?
.Values.auth.databases
create new DBs or should i do something else to make it workThe text was updated successfully, but these errors were encountered: