1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Did you look at the Limitations section of https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html ?
Some may apply to your case:
* You can only import your data to a new DB instance, not an existing DB instance.
* You must use Percona XtraBackup to create the backup of your on-premises database.
* You can't import data from a DB snapshot export to Amazon S3.
* You can't migrate from a source database that has tables defined outside of
the default MySQL data directory.
* Percona Server for MySQL isn't supported as a source database because it can contain
compression_dictionary* tables in the mysql schema.
* You must import your data to the default minor version of your MySQL major version
in your AWS Region. For example, if your major version is MySQL 8.0, and the default
minor version for your AWS Region is 8.0.28, then you must import your data into a MySQL
version 8.0.28 DB instance. You can upgrade your DB instance after importing. For information
about determining the default minor version, see MySQL on Amazon RDS versions.
* Backward migration is not supported for both major versions and minor versions. For
*example, you can't migrate from version 8.0 to version 5.7, and you can't migrate from
version 8.0.32 to version 8.0.31.
* etc
Best,
Didier
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 8 months ago