Concept Flow - Logical replication basics
Setup Publisher
Create Publication
Setup Subscriber
Create Subscription
Data Changes on Publisher
Changes Sent as WAL Logs
Subscriber Applies Changes
Data Synced on Subscriber
Logical replication starts by setting up a publisher and subscriber. Changes on the publisher are sent as logs and applied on the subscriber to keep data in sync.