a

Parse Server Migration Service

We are recommending that clients who are running on Parse contact AllCode about our Parse Server Migration service.

The Parse Hosted service will be retired on January 28th, 2017. If you would like to migrate your solution off of Parse, please contact AllCode ASAP.
The Parse Service today leverages the open source Parse Server written using Node.js. The service uses MongoDB as its database repository for data and AWS S3 CloudFront for document storage.
Migrating away from the Parse Service at parse.com will require:

  • Setting up a new server at a infrastructure provider that supports Node.js, e.g. Heroku, AWS.
  • Migrating the data to a MongoDB hosted server (e.g. mLab).
  • An AWS account with S3CloudFront to store the files.
  • Changing existing product source code for:
    • The Cloud application.
    • The iOS application.
    • The Android application.
  • Multiple test iterations for each migrated component.

Once the solution is migrated, then the associated components will require monitoring and maintenance to ensure that they continue to perform well.
Here’s a Step-By-Step guide of the components to be migrated to ensure that your service that runs on Parse today will run after January 28th, 2017.
Step 0:

Existing Parse Infrastructure for Parse Server Existing Parse Infrastructure for Parse Server

Step 1:
The first step is setup your own MongoDB. This can be done leveraging mLab. After you setup the MongoDB instance, you will need to migrate the MongoDB data from the Parse db to your instance. If you’re leveraging files or images, you will have to migrate the files or images from Parse’s S3 buckets to your own S3 buckets as well. You will also want to turn on CloudFront to get fast download times of your content.

Step 1 Parse Server Migration - Local MongoDB Step 1 Parse Server Migration - Local MongoDB

Step 2:
The next step is to stand up your own Parse Server. This can either be done on a laptop or AllCode can do this for you in the cloud. Alternatively. you can go up to an AWS EC2 Instance to deploy the open source code for the Parse Server. After you’ve got your Parse Server running, you will want to setup your development client to point to this Parse Server to ensure that your app works with the new infrastructure.

Step 2 Parse Server Migration - Local Parse Server Step 2 Parse Server Migration - Local Parse Server

Step 3:
After you’ve gotten your Parse Server to work, we recommend that you setup a Parse Server in the cloud. Typically, it is easier to get the Parse Server to run initially on your laptop because, in most situations, it is easier to configure your laptop than if you’re a noob with AWS or Heroku.

Step3 Parse Server Migration - Production and Development Clients Step3 Parse Server Migration - Production and Development Clients

Step 4:
After you get the development clients working correctly with the Parse instance running in the cloud talking to your populated MongoDB, then you’ll want to release a new Android and iOS to Google Play and the App Store, respectively. Remember that come January 28th, if someone has an older version of your app that still points to parse.com, it will no longer work. Not only do you have to update what’s in the store, but you have to get all of your users to download the update. Best of luck.

Step 4 Parse Server Migration - New Production Clients Step 4 Parse Server Migration - Production Clients

Related Articles

3 Ways Gen AI and AWS can Enhance Your Business

3 Ways Gen AI and AWS can Enhance Your Business

Amazon is on the cutting edge of new technologies. They have been increasingly experimenting with AI and learning algorithms, culminating in their most recent breakthroughs in Generative AI. Developers and technology enthusiasts have access to their innovations through the tools available on AWS.

Business Owner’s Guide to DevOps Essentials

Business Owner’s Guide to DevOps Essentials

As a business owner, it’s essential to maximize workplace efficiency. DevOps is a methodology that unites various departments to achieve business goals swiftly. Maintaining a DevOps loop is essential for the health and upkeep of deployed applications.