Search code examples
mongodbparse-platformibm-clouddatabase-migrationcompose-db

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


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:password@aws-us-east-1-portal.7.dblayer.com:10803/mtcdatabase

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

Anyone have any suggestions?


Solution

  • 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.