Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Reachable Server Error when migrate our parse app using mongodb URI #1578

Closed
komalkk opened this issue Apr 21, 2016 · 3 comments
Closed

Comments

@komalkk
Copy link

komalkk commented Apr 21, 2016

I am using mongodb version 3.0.11 on ubuntu server, but when I migrate our existing parse app in aws for production, after installing mongodb on ubuntu server when click on migrate button after changing the mongodb uri with "mongodb://username:password@IP Address:27017/Database name" it shows the error
"No Reachable Server".
I am using below link for migration -
http://julienrenaux.fr/2016/01/29/complete-parse-server-migration-guide/
also please insure me that this link is good for production purpose using mongodb or any other is useful.

please help me for resolving the issue.

@benishak
Copy link
Contributor

check security group, make sure that the ports are open in inbound connections

@hramos
Copy link
Contributor

hramos commented Apr 21, 2016

I'm closing out this issue as it is not related to Parse Server. For migration assistance, please visit https://parse.com/help#report

@hramos hramos closed this as completed Apr 21, 2016
@komalkk
Copy link
Author

komalkk commented Apr 22, 2016

Thanks, benishak
Yes this issue is related to security group, I had connected the 27017 port to EC2 security group, therefore I am not able to connect it and facing this error - "No Reachable Server".
after connecting the port 27017 to anywhere, I am able to connect and migrate the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants