-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Backup DB (mongodb) to S3 errors #149
Labels
bug
Something isn't working
Comments
Siumauricio
added a commit
that referenced
this issue
Jun 19, 2024
Siumauricio
added a commit
that referenced
this issue
Jun 19, 2024
fix(#149): use database user in mongodump
Thank you, that was the issue we didn't use the databaseUser in the mongoDump, in the next version this should be fixed |
Awesome, thanks! |
Released in v0.2.3! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To Reproduce
Current vs. Expected behavior
It shows an error instead of validating the backup
Provide environment information
MongoDB, but might be similar for others.
Which area(s) are affected? (Select all that apply)
Databases
Additional context
I know what the problem is, as I checked the server logs.
It tries to initiate the mongodump command with 'mongo' (the default I think) as the database user to connect, instead of using the user provided when the container was created.
The text was updated successfully, but these errors were encountered: