Check
In PostgreSQL migration scenarios, the target instance cannot have objects with the same name as those in the source database.
The target has tables, views with the same name as the migration objects. Task error.
The target has functions, triggers, indexes with the same name as the migration objects. The task triggers an alarm.
When the entire PostgreSQL instance is migrated, the target instance must be empty.
Remediation Method
If a conflict is detected, delete the conflicting content or rename the conflicting objects, and then re-verify.