Guide to Migrate Production MySQL Database running on On-premises to Oracle Cloud MySQL Database Service(MDS) ?
I have one production database which i would like to migrate into Oracle Cloud PaaS model i.e MySQL Database Service , we will walk through on how to migrate customerDB database from On-premises to Oracle Cloud MySQL Database Service(MDS).
Note:- Recommended is to have MySQL DB On-Premises and MDS both must have same version i.e 8.0 and Utility shell MySQL shell must be 8.0.21 onwards.
make sure app is disconnected and not allowing any traffic during the migration process.
We will use two new features introduced with latest release of MySQL 8.0.21.
1. Dump Schema Utility
a. This will help us to take the backup from On-promises database and export to Oracle Cloud Object …
[Read more]