How to export settings from NoSQL Manager for another computer?

2

I would like to export my server settings in NoSQL Manager from one computer, then import those settings to another computer. How do I do this?

steampowered

Posted 2017-01-15T15:02:53.607

Reputation: 2 109

Look for your mongo.config file and copy that. – DavidPostill – 2017-01-15T18:26:19.580

@DavidPostill I am not trying to export my MongoDB config. I am trying to export my NoSQL Manager connection settings. – steampowered – 2017-01-15T20:16:03.963

Then [edit] your title and question to say so. It is not clear. – DavidPostill – 2017-01-15T20:17:20.070

Answers

1

NoSQL Manager for MongoDB stores all settings in appConfig.xml file.

Usually this file is located here

C:\ProgramData\NoSQL Manager Group\NoSQL Manager for MongoDB\appConfig.xml

or here

C:\Users\%USERNAME%\AppData\Roaming\NoSQL Manager Group\NoSQL Manager for MongoDB\appConfig.xml

Find this file on your old computer and copy it into the new one (please note: the tool should be closed and restarted to use the newly placed config file).

UPD: The export\import settings feature has been added in the version 5.4.

Alexey Butalov

Posted 2017-01-15T15:02:53.607

Reputation: 36

Thanks! I've been looking for this info for years. I suppose I could have searched these places.... – steampowered – 2019-08-14T20:58:15.307