agirbal / umongo

Desktop app to browse and administer your MongoDB cluster
http://www.edgytech.com/umongo/
580 stars 94 forks source link

No way to create multiple connections #259

Open mentallurg opened 9 years ago

mentallurg commented 9 years ago

The "Connect dialog" supports exactly one connection. If you need different connections to different databases or to the same database but with different users, Umongo cannot do it. There is no way to create new connection. If you want to connect to another DB, you have to change the existing connection. The new connection will work, but the old one is gone. As a workaround you have to keep separate copy of Umongo for EACH connection (for each combination of database + user).

Umongo version: 1.6.2 OS: Linux Mint 17.1 Java: JRE 1.8, Oracle

agirbal commented 9 years ago

you should be able to do so. If you edit a connection and change its name, it becomes its own copy. Not the most intuitive I know...

mentallurg commented 9 years ago

OK. The problem was only with the default connection. It was renamed, new one was NOT created. But if I now rename it once again, then the 2nd is created, etc. Double rename is needed. Not trivial :) Why not just add a "Clone" button?