-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error running backup #61
Labels
bug
Something isn't working
Comments
It seems like the problem is a dash in the database name. After renaming ("minds-q" to "mindsQ"), the backup did run. |
Thanks for reporting it. I will find some time to fix it. Thanks! |
maxisam
added a commit
that referenced
this issue
Sep 9, 2023
maxisam
added a commit
that referenced
this issue
Sep 9, 2023
🐞 fix: handle db collection w/ dash in regex #61
it is fixed in #70, thx for reporting ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I get an error when the backup is running (stack trace below).
I don't know Go, but I believe the issue is the evaluation of this regex.
The output of running the mongodump command inside the container contains the following lines before the error is thrown:
The collections are MongoDB collections to store files. Maybe the regex can't handle two dots in the collection name?
Help is much appreciated. This tool is really useful, I'd be very nice to use it!
Best
Chris
Stack trace:
The text was updated successfully, but these errors were encountered: