dokku / dokku-mongo

a mongo plugin for dokku
MIT License
174 stars 32 forks source link

Disallow periods in database name #86

Closed OmgImAlexis closed 6 years ago

OmgImAlexis commented 7 years ago

MongoDB doesn't allow periods in the database name causing it to throw an error, it makes sense to just disable the option within this plugin.

MongoError: database names cannot contain the character '.'
josegonzalez commented 6 years ago

Closing in favor of the redis issue.