reactioncommerce / migrator

Command line interface for migrating MongoDB databases
Apache License 2.0
4 stars 5 forks source link

Won't accept replica set URLs #8

Open brent-hoover opened 4 years ago

brent-hoover commented 4 years ago

When running this in a production environment your URL is not going to point at just a single server but the replica set. The code currently seems to assume that it will be pointing at a single server.

brent-hoover commented 4 years ago

Also when the parsing fails the lib leaks the secret to the console