Migrating existing NoSQL Data to App42 PaaS MongoDB Service

Preview:

DESCRIPTION

Migrating your NoSQL data from local to cloud is a hectic process. It takes time to configure the same replica on production App42 PaaS provides a better solution for migrating your existing NoSQL data backup to its MongoDB service in a seamless manner and with no vendor lock-in.

Citation preview

Migrating existing NoSQL Data to

App42 PaaS MongoDB Service

Agenda

Scenario

Overview

Prerequisites

Steps

Conclusion

Scenario

Migrating your NoSQL data from local to cloud is a hectic process. It takes time to configure the same replica on production

App42 PaaS provides a better solution for migrating your existing NoSQL data backup to its MongoDB service in a seamless manner and with no vendor lock-in

Overview

Local MongoDB

App42 PaaS

MongoDB

Data

Steps

Create your local MongoDB backup

Upload backup on App42 PaaS

Restore backup

To create backup, run the following Mongo command

You can also refer Backup MongoDB documentation

Create your local MongoDB backup

mongodump -host localhost --port 27017 --db <your_db_name> --username

<mongo_user> --password <mongo_password> -out mongodump

Upload backup on App42 PaaS

Restore backup

Conclusion

You have successfully migrated your existing NoSQL

data on App42 PaaS within seconds

Visit App42 PaaS Dev Center for more tutorials and samples

If you have any queries or require further assistance, please feel free

to reach us at support@shephertz.com

Recommended