I’m looking at migrating some of our Percona Server on EC2 instances into Aurora but reading the AWS documentation ( Physical migration from MySQL by using Percona XtraBackup and Amazon S3 - Amazon Aurora ) I noticed this :
- Percona Server for MySQL isn’t supported as a source database, because it can contain
compression_dictionary*
tables in themysql
schema.
I’m sure migrating from Percona Server to Aurora is viable, so is this limitation correct or are there ways around it or for those DBs that don’t have those tables is it not an issue? Due to the DB size and other constraints, MySQLdump isn’t really a practical option.