- Newest
- Most votes
- Most comments
SCT can automatically migrate most database schema objects like tables, indexes etc from a source to target database. It supports migrating from Aurora PostgreSQL.
A few things to check:
Make sure the IAM role used by SCT has necessary permissions to access both the source and target databases.
Verify connection details like endpoint, port, username, password etc. when connecting to the source Aurora PostgreSQL database.
The target database should be an empty Aurora MySQL database ready to receive the migrated schema.
You may need to manually migrate any database objects not supported automatically by SCT like stored procedures.
Refer AWS documentation for step-by-step guide to use SCT - https://docs.aws.amazon.com/schema-conversion-tool/latest/userguide/CHAP_GettingStarted.html
Relevant content
- asked a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Thanks for the help, I forget to clarify it is Aroura Serverless, where I found that it is not accessible from outside VPC! There is a solution to use an EC2 instance in the middle and connect to t he EC2 using SSH tunnel. But I can't find how to connect SCT using SSH!