PostgreSQL logical replication tool supporting DDL changes
PostgreSQL replication with DDL changes
pgstream$ pgstream --source postgres://user:pass@source:5432/db --target postgres://user:pass@target:5432/db$ pgstream --source postgres://source:5432/db --target postgres://target:5432/db --schemas schema1,schema2$ pgstream --source postgres://source:5432/db --target postgres://target:5432/db --resume