Contents
During the full load process, AWS DMS does not load tables in any particular order, so it might load the child table data before parent table data. As a result, foreign key constraints might be violated if they are enabled. Also, if triggers are present on the target database, they might change data loaded by AWS DMS in unexpected ways. To overcome this, we drop the constraints on the target database.
pgadmin
, then click, OK.Parameter | Value |
---|---|
General -> Name | Target Aurora RDS (PostgreSQL) |
Connection -> Host Name/Address | < TargetAuroraPostgreSQLEndpoint > |
Connection -> Port | 5432 |
Connection -> Username | dbmaster |
Connection -> Password | dbmaster123 |
Connection -> Save Password | Check |