11
Migrating SQL Data to App42 PaaS MySQL Service

Migrating SQL Data to App42 PaaS MySQL Service

Embed Size (px)

DESCRIPTION

App42 PaaS provides a simple and easy way to migrate your existing SQL data on App42 PaaS MySQL service. It provides you with dual options of having direct access and also easy control of your database using App42 PaaS interactive console as well as through Command Line Tool (CLI). All the manual work you were doing like taking backup of your data from time to time or monitoring of service, would be done automatically. You just have to define your backup configuration and rest will be taken care by App42 PaaS

Citation preview

Page 1: Migrating SQL Data to App42 PaaS MySQL Service

Migrating SQL Data to App42 PaaS

MySQL Service

Page 2: Migrating SQL Data to App42 PaaS MySQL Service

Agenda

Why App42 PaaS

Overview

Prerequisites

Steps

Conclusion

Page 3: Migrating SQL Data to App42 PaaS MySQL Service

App42 PaaS provides a simple and easy way to migrate your existing SQL

data on App42 PaaS MySQL service

It provides you with dual options of having direct access and also easy

control of your database using App42 PaaS interactive console as well as

through Command Line Tool (CLI)

All the manual work you were doing like taking backup of your data from

time to time or monitoring of service, would be done automatically.

You just have to define your backup configuration and rest will be taken

care by App42 PaaS

Scenario

Page 4: Migrating SQL Data to App42 PaaS MySQL Service

Local data Data On App42 PaaS

Access your data from anywhere

Overview

Page 5: Migrating SQL Data to App42 PaaS MySQL Service

Prerequisites

Login with PaaSHQ Dashboard

1. Register with App42 PaaS

2. Install and configure App42 PaaS Client

OR

Page 6: Migrating SQL Data to App42 PaaS MySQL Service

Steps

Create MySQL Service on App42 PaaS

Create your local MySQL data backup

Upload and restore your backup on App42 PaaS

Page 7: Migrating SQL Data to App42 PaaS MySQL Service

Create MySQL Service on

App42 PaaS

Page 8: Migrating SQL Data to App42 PaaS MySQL Service

To create the backup, run the following MySQL command

OR

You can also refer MySQL Backup documentation

mysqldump -u [uname] -p[pass] [dbname] > [backupfile.sql]

Create your local MySQL

data backup

Page 9: Migrating SQL Data to App42 PaaS MySQL Service

Upload and restore your backup

on App42 PaaS

Page 10: Migrating SQL Data to App42 PaaS MySQL Service

Conclusion

You have successfully uploaded and restored

existing SQL Data to App42 PaaS MySQL Service

To learn more about App42 PaaS services and how to get service info,

visit App42 PaaS Dev Center.

To know how to access your service from outside the App42 PaaS

platform, click here

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

to reach us at [email protected]