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

possible to use replica set for databaseURI ? #152

Closed
themichael123 opened this issue Feb 1, 2016 · 4 comments · May be fixed by UbuntuEvangelist/parse-server#5, UbuntuEvangelist/parse-server#6 or UbuntuEvangelist/parse-server#13

Comments

@themichael123
Copy link

Hi Parse team,

is it possible to use a replica set for the databaseURI ?

Thanks.

@themichael123
Copy link
Author

Solved. This is possible.

@adamontherun
Copy link

@themichael123 I'm getting an error when trying to use a replica set from MongoLabs. What did you do to solve?

@themichael123
Copy link
Author

We use compose.io for the mongoDB hosting. You should however check if the URI is formatted correctly i.e. no email adresses as username no "<" or ">" in the password etc. We also had to initialize the parse server,set the password etc. Hence, make sure to double check if it is actually the DB URI causing the issues.

Am 04.02.2016 um 00:31 schrieb adamontherun notifications@github.com:

@themichael123 I'm getting an error when trying to use a replica set from MongoLabs. What did you do to solve?


Reply to this email directly or view it on GitHub.

@themichael123
Copy link
Author

@adamontherun have a look here: parse-community/parse-server-example#40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment