Skip to content

Can we use AWS DMS homogenous migration from PostgreSQL v13 to v16

0

I am looking at the possibility of using AWS AWS DMS homogenous migration for PostgreSQL to create an instance on Version 16.* from the existing version that is on 13. Both instances will be in AWS RDS for PostgreSQL. Is it a feasible approach? What are the issues I might run into. It is a 17+ TB instance.

asked a year ago145 views
2 Answers
0

According to the documentation, source and target version does not have to be identical: "Your target data provider can be an Amazon RDS DB instance or an Amazon Aurora DB cluster. Note that the database version of your target data provider must be equal or higher than the database version of your source data provider." https://docs.aws.amazon.com/dms/latest/userguide/dm-data-providers-target.html

AWS
answered a year ago
0

This is the supported scenario for DMS homogeneous migration. But 17+ TB migration size is quite big so recommended approach is dividing this migration to several migration tasks with max 5TB using the selection rules.

AWS
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.