

Amazon RDS for MySQL and Aurora MySQL support both physical and logical migration using Percona XtraBackup and native MySQL-compatible tools. Logical migration allows you to create a logical backup of your database by generating SQL statements in text or SQL files and executing them on your target database to generate the same schema and data structure. Physical migration allows you to copy the physical database files to migrate the database. There are two common ways to migrate a database: physical and logical. Large-scale database migrations require adequate planning and implementation to make sure that the workload being migrated performs the same way or better. Migrations are among the most time-consuming and critical tasks handled by DBAs. It replicates your data with negligible impact on database performance, enables fast local reads with low latency in each Region, and provides disaster recovery from Region-wide outages. With Amazon Aurora Global Database, you can extend this across Regions by adding secondary database clusters in different Regions. In addition to those features, Aurora database cluster storage spans across three Availability Zones in a Region, providing out-of-the-box durability and fault tolerance to your data across physical data centers.

It provides enterprise-grade advanced features like fast database clones, auto scaling replicas, and backtracking, to name a few. With Aurora, you can have up to 15 low-latency read replicas for each cluster.
#Aurora mysql version full
If you want a modern relational database with full MySQL compatibility that provides high availability and performance at global scale, you can migrate your MySQL database to Amazon Aurora MySQL-Compatible Edition. Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud. Many customers choose to run their MySQL workload in Amazon Relational Database Service (Amazon RDS) for MySQL because it takes care of heavy lifting tasks such as hardware provisioning, database setup, patching, configuration, monitoring, backups, and scaling.Īmazon Aurora is a great option for any enterprise application that can use a relational database. MySQL is one of the most popular open-source relational databases in the world.
