Skip to content

Parse.com and parse-server running in tandem #2394

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

Closed
shivangagarwal opened this issue Jul 26, 2016 · 1 comment
Closed

Parse.com and parse-server running in tandem #2394

shivangagarwal opened this issue Jul 26, 2016 · 1 comment

Comments

@shivangagarwal
Copy link

Hi,

This is not a issue with Parse-server. Just need a clarification of a few things. To give you some context: We have multiple apps (~30) which are running on parse and using the same database (AWS hosted mongodb). We are now migrating the cloud code to the parse-server. The question that i had:

  • When we update the parseURL, all the clients will not call our parse-server as update will happen in the latest release. So parse.com and parse-server will be calling and writing to the same database in parallel. Will the writing from two different versions of parse (parse.com and parse-server) will have any issues like data inconsistency or corruption?

Thanks,
Shivang

@steven-supersolid
Copy link
Contributor

There should be no problems as far as data is concerned. We (and others) diverted just a subset of users before transitioning fully, so have the same app running on both hosts and using the same database.

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