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

How to Migrate the database? Settings options not shown in the dashboard the only options are Core and Push #1493

Closed
3 tasks done
nvgomez11 opened this issue Mar 12, 2020 · 4 comments
Labels
state:wont-fix Won’t be fixed with a clearly stated reason

Comments

@nvgomez11
Copy link

nvgomez11 commented Mar 12, 2020

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 ?

@mtrezza
Copy link
Member

mtrezza commented Mar 15, 2020

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.
Migration happens between two DB providers.

The basic process (without testing, etc) is:

  1. Your app points the current DB.
  2. You sync data between the current DB provider and the new one.
  3. You point your app to the new DB provider.
  4. You discard your old DB provider.

From where to where do you want to migrate?

@nvgomez11
Copy link
Author

I want to migrate from the parse database to the one you can use as an Addon in Heroku, mLab.
According to this video, look at the minute 6:05:

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.

image

@mtrezza
Copy link
Member

mtrezza commented Mar 17, 2020

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.

I want to migrate from the parse database to the one you can use as an Addon in Heroku, mLab.

mLab has been acquired by MongoDB, so they don't accept sign-ups anymore.
Where is your data hosted now and where do you want to migrate to?

@stale
Copy link

stale bot commented May 2, 2020

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.

@stale stale bot added the state:wont-fix Won’t be fixed with a clearly stated reason label May 2, 2020
@stale stale bot closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:wont-fix Won’t be fixed with a clearly stated reason
Projects
None yet
Development

No branches or pull requests

2 participants