-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
How to Migrate the database? Settings options not shown in the dashboard the only options are Core and Push #1493
Comments
The automated migration was a feature of hosted Parse.com. Migrating a DB is not a feature of Parse Server, because actually it has nothing to do with it. The basic process (without testing, etc) is:
From where to where do you want to migrate? |
I want to migrate from the parse database to the one you can use as an Addon in Heroku, mLab. https://www.youtube.com/watch?v=saETLm5nr8w&t=375s All I have to do is to go to parse-dashboard, then the app setting and finally migrate it to a external database. My problem is that when I enter to the dasboard I only see 2 options Core and Push. I'm not able to see the app settings. So, how can I enable this option? Or whats the new way to migrate to a external database? Thanks in advance. This is all I see in my dashboard. |
The reason why you don't see "App Settings" is because that option existed on hosted Parse.com. IIRC the migration feature was only introduced to migrate from hosted Parse.com to open source parse server, before Parse.com shut down. Non-essential features did not make it to open source. Database migration is one such feature. More info here.
mLab has been acquired by MongoDB, so they don't accept sign-ups anymore. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
You're running version >=1.0.23 of Parse Dashboard.
You're running version >=2.3.2 of Parse Server.
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Currently using the parse dashboard 2.0.5
I've seen videos about migration and they only enter in the dashboard, then settings then migration... but I enter the dashboard and I only have 2 options, Core and Push so how can I Migrate the database for production ?
The text was updated successfully, but these errors were encountered: