'No reachable servers' error when beginning parse migration with MongoDB

1.1k views Asked by At

I am in the process of migrating my app from Parse to MongoDB and IBM Bluemix, however I can't seem to reach the server when attempting the migration of data from Parse.

I've been following this tutorial tutorial, and I am currently on the step: Migrating data from Parse.com to your MongoDB instance

I am currently getting this error: No reachable servers when clicking 'Begin the migration'.

These are the connection strings in compose:

enter image description here

And I have tried entering various strings. I assumed this would work:

mongodb://username:[email protected]:10803/mtcdatabase

But I get the same error. Obviously I'm changing username and password to my own credentials.

Anyone have any suggestions?

1

There are 1 answers

0
user3746428 On BEST ANSWER

The issue ended up being that I was using the latest version of MongoDB, however Parse doesn't seem to support it. Therefore, I had to use MongoDB Classic version 3.0. Everything works great now.