pgstream

PostgreSQL logical replication tool supporting DDL changes

brewmacoslinux
Try with needOr install directly
Source

About

PostgreSQL replication with DDL changes

Commands

pgstream

Examples

Start replication from source to target database$ pgstream --source postgres://user:pass@source:5432/db --target postgres://user:pass@target:5432/db
Replicate specific schemas with DDL tracking$ pgstream --source postgres://source:5432/db --target postgres://target:5432/db --schemas schema1,schema2
Resume replication from last checkpoint$ pgstream --source postgres://source:5432/db --target postgres://target:5432/db --resume