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

Sync New MongoDB uri with parse.com Dashboard #2050

Closed
sanergulec opened this issue Jun 13, 2016 · 3 comments
Closed

Sync New MongoDB uri with parse.com Dashboard #2050

sanergulec opened this issue Jun 13, 2016 · 3 comments

Comments

@sanergulec
Copy link

Hello,

I switched from sandbox in mongolab to dedicated cluster. So the database uri has been changed. I changed the uri in the parse server side and it is working. However, the parse.com dashboard is still showing the previous dashboard of the previous database uri. Is it possible to sync it with the new databse uri? Or was it a one time option?

@bohemima
Copy link
Contributor

When finalised that's it, no going back.

@skinp
Copy link
Contributor

skinp commented Jun 13, 2016

My guess is this is probably some caching issue. Maybe @drew-gross knows more

@drew-gross
Copy link
Contributor

No, dashboard.parse.com doesn't do any caching, it reads from api server every time.

You can change your mongo uri from the dashboard, which will cause all reads and writes to immediately start using that new URI. I recommend trying this with a dev app before doing it with your prod 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

4 participants