Scenario
You need to replicate specific tables to another major version or a different schema. Logical replication moves row changes, not raw WAL blocks. Diagnose it Set wal_level and create a publication: -- publisher (wal_level=logical) CREATE PUBLICATION…
Investigation Path
Career Impact
This scenario builds production judgment and operational confidence under pressure.