replicator icon indicating copy to clipboard operation
replicator copied to clipboard

Suport backfilling pglogical connections

Open bobvawter opened this issue 2 years ago • 2 comments

For simple use cases, we should support at least a simple way of copying the table data from the source db to the target cluster. If we use a pg_export_snapshot(), it would be possible to select data concurrently from all source tables that feed concurrent COPY INTO the destination cluster.

bobvawter avatar Mar 03 '22 20:03 bobvawter

See #190

bobvawter avatar Jul 28 '22 13:07 bobvawter

This may be destined for Brooklyn Bridge, as it's an automation.

BramGruneir avatar Sep 19 '23 17:09 BramGruneir