The world of application and its related services are migrating
more towards cloud, because of availability, Elasticity,
Manageability etc. While moving the entire stack we need to be
very cautious while migrating the database part.
Migration of DB servers is not a simple lift and shift operation,
Rather it would require a proper planning and more cautious in
maintaining data consistency with existing DB server and cloud
server by means of native replication or by using any third party
tools.
The best way to migrate the existing MySQL database to RDS, in my
opinion, is by using “logical backup“. Some
of the logical backup tools as below,
Mysqldump — single threaded (widely
used)
…
[Read more]