dadi / cli

DADI CLI is a command-line tool to help with the installation and customisation of the various services within the DADI platform
MIT License
5 stars 3 forks source link

Create client step hangs if db auth specified #31

Open jimlambie opened 6 years ago

jimlambie commented 6 years ago

If installing the mongodb connector and you specify a db username and password, CLI tries to connect to the database using those credentials. This fails if the db hasn't get been created and the install hangs.

A thought - perhaps the db could be created and a db user added?

adamkdean commented 6 years ago

@eduardoboucas this is the issue I mentioned to you. Same issue if the CLI can't connect, i.e. mongo service isn't running.