mongotail icon indicating copy to clipboard operation
mongotail copied to clipboard

Error parsing command line: Invalid database "portal,"

Open rofrol opened this issue 2 years ago • 3 comments

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

I have databased named portal,.

rofrol avatar Dec 13 '21 10:12 rofrol

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 avatar Dec 22 '21 16:12 mrsarm

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

mrsarm avatar Dec 22 '21 16:12 mrsarm

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

rofrol avatar Dec 23 '21 21:12 rofrol