-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
What happens to un-migrated apps after the April 28th deadline? #1639
Comments
As I've understood Parse will prioritize migrated instances after this deadline but will not shut anything down. I read it as your QPS performance might take a hit or something similar. I found #1106 (comment) from Drew |
@theill thank you! I opened this because I found it odd there was no official statement about this thing. |
Reopening this issue since we have been getting multiple duplicate questions about this. tl;dr: We don't expect most applications that have not migrated their database by April 28 to see an adverse hit to their performance. Our migration guide used to indicate that applications that did not migrate by April 28th would have their traffic de-prioritized. This was poor wording on my part and I apologize for the confusion this has caused. We're prioritizing traffic to apps that migrate their databaseWe want everyone to have a smooth transition, therefore applications that migrate their database will have their traffic to There is a small number of apps that may see degraded performance, and we have already proactively reached out to these developers multiple times over the past three months. Requests that are affected by this will see an error code 428 in their error logs. If you haven't received any emails requesting action in the email address attached to your Parse App, you don't need to worry yet. Why take action now? Don't I have a year to migrate?Our migration guide recommends updating your client applications to stop using Your new backend will need to be served by a database under your control, therefore migrating your database off Parse is a hard prerequisite. While you can use Parse Server with an empty database, you can't fully test how your app will perform with Parse Server until you migrate your database. Therefore we picked April 28, three months after the announcement and 25% of the way, as our recommended target date to have finished your database migration. This date was picked with developer's best interest in mind as it will give you three months to get Parse Server up and running to your satisfaction. |
Closing as the deadline is now behind us. If you are here because your app is seeing a 428 error code, please migrate your database as soon as possible. |
Hi, As a 3+ year customer of Parse, I think the decision to de-prioritize apps that haven't migrated is flawed. You are making the assumption that the developer intends to continue running the app on Parse server. Some of us are in the process of moving to an entire new stack. Which makes migrating the DB pointless. Can Parse please keep the service running until the announced EOL date at the high quality levels we have enjoyed. As of this moment I can't tail the logs to investigate bugs. The console browser is not showing the most recent objects. I assure you that I can be trusted to manage the migration timeline on my own. |
The database migration process is completely independent of Parse Server or any other backend service you may decide to use. Whatever you plan on using for your backend, you will need to migrate your data out and into a database under your control as soon as possible and without further delay. The only exception to this would be if you plan on starting from scratch, on an empty database, and you don't care about the data your app has stored so far. In that case, the migration guide obviously does not apply to you. The service will stop responding to all requests on January 28th, 2017, and we have no plans of extending that deadline. You are free to follow your own timeline, but we want to stress here that the best experience can be had if you follow our guidelines. The next milestone is to start handling requests using Parse Server or another backend by July 28, 2016. These dates have been posted at the top of the migration guide since January 27 of this year. |
Hi @hramos , I am planning to move to a new backend and I don't plan to migrate the existing data. I have a migration plan in mind to move my users to the new platform. While I am still working on the new apps, can you please help me restore the same SLA as before? |
I can't find an official information about this. The Wiki page https://github.com/ParsePlatform/parse-server/wiki/Migrating-an-Existing-Parse-App states that the first phase has to be completed before April 28th, which we didn't know about (the blog stated January 28, 2017).
We have a few production apps on Parse.com, and it's likely impossible we are able to migrate their database in two days, so, what's going to happen to existing apps which haven't been migrated?
The text was updated successfully, but these errors were encountered: