Logical replication¶
Logical replication is a feature that allows replicating a subset of one PostgreSQL cluster data to another PostgreSQL cluster.
Under the hood, it uses the publication and subscriptions mechanisms from the PostgreSQL logical replication feature.
Prerequisites¶
Juju
v.3.6.8+
Make sure your machine(s) fulfil the System requirements