For RDS / Aurora Postgres:
REPLICA IDENTITY
of that table to FULL
or INDEX
. More information about this can be found in Postgres documentation. REPLICA IDENTITY
configured.staging_
for a table named orders
. The underlying table name will be staging_orders
.uspolver_<data_source_id>
where <data_source_id> is the id you copied in step 1.