Questions tagged [mlab]

MongoLab (Rebranded as mLab) is a fully-managed MongoDB Database-as-a-Service (DBaaS) platform that automates the operational aspects of running MongoDB in the cloud.

MongoLab is a fully-managed cloud database service featuring highly-available MongoDB databases, automated backups, web-based tools, 24/7 monitoring, and expert support. By hosting MongoDB on MongoLab’s Database-as-a-Service (DBaaS) platform, developers and IT professionals are free to focus their attention on product development instead of operations.

MongoLab runs on all the major cloud platforms, including Amazon, Joyent, Rackspace and Windows Azure, and has partnered with all of the major Platform-as-a-Service (PaaS) providers to enable seamless integration with the application tier.

Headquartered in San Francisco, MongoLab is backed by premier venture and angel investors including Foundry Group, Baseline Ventures, GRP Partners, Freestyle Capital, and David Cohen of TechStars.

Learn more at https://mlab.com/

852 questions
2
votes
2 answers

How to export mlab database to meteor application

I have created a mlab database. But I am unable to export it to meteor application.Everytime I try to connect, it throws an error "mongoError: failed to connect to server [ds035693.mlab.com:35693] on first connect".Command I am using is "export…
dpatnaik
  • 188
  • 1
  • 16
2
votes
1 answer

Can not Connect to MLab Mongo Database from mongodb java driver

This is my MLab setup for my blooddb database I am trying to connect it from a spring application by mongodb java driver. This is my springDataDb Utils file: public class SpringDataDBUtils { private static MongoOperations mongoOperation; …
Istiak Morsalin
  • 10,621
  • 9
  • 33
  • 65
2
votes
0 answers

How to connect mongolab to django?

I am creating a app in django and I want to fetch data from mongolab. But,I don't know how to connect mongolab to django. I had connect mongodb to django but now I want to connect with mongolab. How to do this? I have used this in my setting.py…
2
votes
1 answer

Unable to connect to Mlab.com database from AWS EC2 instance

I am trying to connect to my MongoDB instance hosted on http://mlab.com from AWS EC2 instance. $ mongo ds023495.mlab.com:23495/db -u username -p password MongoDB shell version: 2.6.10 connecting to:…
Pratik
  • 695
  • 2
  • 11
  • 29
2
votes
1 answer

Mongoerror: authentication failed (code 18) when connecting to mLab from node app

I am getting an 'authentication failed' error (code 18) when I try to connect to my mLab database from my node app. The credentials I use are correct; I have verified this many times. I have even created a new database user, but that did not change…
Niek
  • 1,464
  • 1
  • 17
  • 27
2
votes
1 answer

Mongodb apply model changes without dropping the collection

Every time I do a change to schema, Like I added unique index or set "sparse: true" to a field, I have to drop the collection for the changes to get applied. This is not possible for me in production server. Is there any other way to do apply the…
logesh
  • 303
  • 2
  • 8
2
votes
2 answers

URL works until I set it to process.env.MONGOLAB_URI via command line

I've been experimenting with the API of flickr and am looking to deploy the application to Heroku now that I am finished. In order to do this, since I'm using MongoDB, I'm trying to get it to run with mLab. I can log into the shell just fine, I…
DougCal
  • 105
  • 1
  • 1
  • 11
2
votes
0 answers

Parse Server / Dashboard not showing mongoimport csv collections

I'm having some trouble with mongoimport and parse dashboard / server. If I create a class on parse dashboard (pointing at mlab/heroku mongoDb), I can see the collection on mlab website. If I then use mongochef to import a csv and add it to the…
mark.ed
  • 321
  • 2
  • 5
2
votes
1 answer

manage and remove objectId from array - mongoose

i have this schema structure { "_id": { "$oid": "571251dae4b065a8c4d70ce1" }, "email": "somthing12345@gmail.com", "events": [ { "$oid": "57125378e4b065a8c4d70d10" }, { "$oid": "571253b8e4b065a8c4d70d1b" …
Tommy
  • 134
  • 9
2
votes
1 answer

Can't connect to mongolab form shell

I'm trying to connect to mongolab via shell. I get a code from lab. mongo ds023432.mlab.com:23432/somecol -u fakeusername -p fakepass123 Of course i created a db user on mongolab site. However When i call the above command I get the following…
speculees
  • 94
  • 5
2
votes
1 answer

MongoDB production AUTH FAILED

I'm trying to connect my server to my MongoDB database in production, But When I try to do that : mongoose.connect("mongodb://user:randompassword@ds011452.mlab.com:11452/dbname?authSource=dbWithUserCredentials"); I get a connection error: {…
F4Ke
  • 1,631
  • 1
  • 20
  • 49
2
votes
0 answers

Can't add remote connection in mlab

I manage connection to mongodb in mongolab. But today, I can't find the option to add a new remote connection. There's only option to create mongodb deployments in their own environment. How can I add new remote connections? Thanks
user1165560
  • 331
  • 4
  • 21
2
votes
1 answer

`mongolab` - getting error on post, not able to post a data

I have a account with mongolab(mlab). I am trying to post a data for the users using postman add-on from chrome browser. I am getting error always. I could not able to post a data. I have tried with other diffrent ways. but no luck. any one help me…
3gwebtrain
  • 14,640
  • 25
  • 121
  • 247
2
votes
0 answers

MongoLab - How to resolve ECONNREFUSED

I have a NodeJS application using MongoDB as the database. I'm using mongoose for mongodb related activities. I have an account in MongoLab and I use that for my database related activities of my application. When trying to connect to MongoLab as…
HelpMatters
  • 1,299
  • 1
  • 13
  • 32
2
votes
1 answer

Connecting with port in mongoDB on mongolab

I am trying to connect with mLab but i am getting this error: 03-09 21:13:04.966 21557-21576/? E/AndroidRuntime: Caused by: java.lang.VerifyError: com/mongodb/DBPort$SaslAuthenticator 03-09 21:13:04.966 21557-21576/? E/AndroidRuntime: at…
user5317740