Questions tagged [robo3t]

Robo 3T (formerly Robomongo) is a shell-centric cross-platform MongoDB management tool.

The Robo 3T (formerly Robomongo) is a shell-centric cross-platform MongoDB management tool. Unlike most other MongoDB admin UI tools, Robo 3T embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI interaction.

Useful links

389 questions
120
votes
14 answers

How to export JSON from MongoDB using Robomongo

So I do not know much about MongoDB. I have RoboMongo using which I connect to a MongoDB. What I need to do is this - there is a collection in that MongoDB. I want to export the data from that collection so that I can save it into a file. I used the…
Undefined Variable
  • 3,670
  • 6
  • 34
  • 63
63
votes
8 answers

Uninstall mongoDB from ubuntu

I have installed MongoDB 3.0.1 following the commands in Install MongoDB Community Edition on Ubuntu on my ubuntu 14.04 64 bit system and I installed Robomongo interface to use that. When I try to connect MongoDB using Robomongo I get an error that…
Anita
  • 2,092
  • 2
  • 14
  • 29
49
votes
9 answers

How to install Robomongo from tar.gz file as a program in Ubuntu 15.10

Nowadays robomongo developers releasing the new versions of robomongo as tar.gz not in .deb packages that was easy for double click installations. But that option is no longer available. So how to install it as a program in Ubuntu. I have tried…
Praveen George
  • 7,399
  • 4
  • 20
  • 45
45
votes
9 answers

How can I connect to MongoDB Atlas using Robomongo?

I signed up freely at MongoDB Atlas and created cluster now I want to know how can I create database and connect to that using Robomongo?
rocky
  • 606
  • 1
  • 10
  • 19
44
votes
10 answers

How to connect Robomongo to MongoDB

I am have MongoDB and Robomongo in my running system, and I am using Robomongo as the client. I have installed MongoDB on a different system which I am treating as server, and I want to connect Robomongo of my system (as a client) to MongoDB on…
Karishma Dudhbade
  • 581
  • 5
  • 10
  • 12
33
votes
13 answers

Failed to load list of databases

I want to connect to a remote database using Robomongo. I can connect to to database but an error says that: Failed to load list of databases What should I do?
ehsan shirzadi
  • 4,138
  • 12
  • 57
  • 99
29
votes
14 answers

Robo 3T Error : Network is unreachable

I am trying to connect Robo 3T to my online database and it doesn't seem to be working. I am able to connect to local database with it. I tried connecting using MongoDB Compass and the Details and Auth are working fine and I am able to connect. But…
Hisham Mubarak
  • 1,284
  • 2
  • 18
  • 26
18
votes
4 answers

How to import dump folder into mongodb database?

I have created a mongo dump from a remote server and .bson and .metadata files stored in to a folder. I want to import this folder into my local mongodb. I am using robomongo as a mongodb client ui. I got some command which are importing json files…
Sangram Badi
  • 3,594
  • 6
  • 30
  • 59
16
votes
2 answers

What does authSource means in mongo database url?

i am trying to connect to my mongo database with following connection string var Mongo_url = 'mongodb://MyUSer:tech@localhost:27017/chatme?authSource=admin'; I am getting error as assertionError: null == { [MongoError: Authentication failed.] …
gaurav malik
  • 356
  • 1
  • 2
  • 16
16
votes
5 answers

Convert ObjectID to String in mongo Aggregation

I'm in this scenario right now: I have a collection X: { _id:ObjectId('56edbb4d5f084a51131dd4c6'), userRef:ObjectId('56edbb4d5f084a51131dd4c6'), serialNumber:'A123123', ... } I need to aggregate all documents, grouping them by the userRef +…
13
votes
7 answers

connect robomongo to mongoDB docker container

I'm running a NodeJS App with docker-compose. Everything works fine and I can see all my data by connecting to Mongo inside container. But when I connect to RoboMongo I don't see any data. How can I deal with this problem?
migorman
  • 179
  • 1
  • 1
  • 8
11
votes
1 answer

How to create a Mongodb index in Robo 3T (formerly Robomongo)?

How can I use the Robo 3T GUI to create a simple index for one of the fields in a collection? When I click on my collection, right click on the indexes folder and choose "add Index..." I see the next screen, what should I enter in the fields (mainly…
Shai Rippel
  • 368
  • 1
  • 3
  • 12
10
votes
3 answers

Connecting Robo 3T to Docker MongoDB container

As part as an attempt to resolve a Hibernate OGM connection issue, I want to see if I connect from Robo 3T. I build my MongoDB image and start it running. docker ps: MacBook-Pro:GoStopHandle NOTiFY$ docker ps CONTAINER ID IMAGE COMMAND …
NOTiFY
  • 969
  • 12
  • 24
10
votes
3 answers

RoboMongo: Doesn't display all documents

When I open a collection, it only displays the first 50 documents rather then all of them. How do I make it so that RoboMongo display all documents in the collection (preferably automatically)? robomongo result
BenSmith
  • 319
  • 4
  • 13
10
votes
2 answers

How would someone connect their MLAB mongodb database to robomongo when MLAB only provides string URI's

I have been a mongochef user for a while, and setting up URI connections with mongochef is super easy. However this is not the case with robomongo. How would someone connect their MLAB mongodb database to robobongo when MLAB uses string URI's to…
alilland
  • 881
  • 11
  • 29
1
2 3
25 26