Skip to content
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 parsing command line: Invalid database "portal," #36

Open
rofrol opened this issue Dec 13, 2021 · 3 comments
Open

Error parsing command line: Invalid database "portal," #36

rofrol opened this issue Dec 13, 2021 · 3 comments
Labels

Comments

@rofrol
Copy link

rofrol commented Dec 13, 2021

docker run -it --rm mrsarm/mongotail 192.168.0.227/portal,
Error parsing command line: Invalid database "portal,"

I have databased named portal,.

@mrsarm
Copy link
Owner

mrsarm commented Dec 22, 2021

Hi @rofrol , sorry the validations performed in the DB name don't allow you to use Mongotail, I didn't know that non alphanumerical except for some extra chars were allowed to be uses in a database name, so I'll fix the issue.

Can I ask you why you use such a name? (with the , char at the end).

@mrsarm mrsarm added the bug label Dec 22, 2021
@mrsarm
Copy link
Owner

mrsarm commented Dec 22, 2021

(Note for the fix, here are the name restriccions: https://docs.mongodb.com/manual/reference/limits/#naming-restrictions).

@rofrol
Copy link
Author

rofrol commented Dec 23, 2021

Hi @rofrol , sorry the validations performed in the DB name don't allow you to use Mongotail, I didn't know that non alphanumerical except for some extra chars were allowed to be uses in a database name, so I'll fix the issue.

Can I ask you why you use such a name? (with the , char at the end).

I just used coma by accident

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants