This repository was archived by the owner on Apr 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
self-hosted/replication-and-ha Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ as it requires schema synchronization between the primary and replica nodes and
5454replicating partition root tables, which are
5555[ not currently supported] [ postgres-partition-limitations ] .
5656
57+ For migrating or replicating data from any $PG or $TIMESCALE_DB
58+ database to $TIMESCALE_DB, you can use the
59+ [ $PG_CONNECTOR] [ livesync-postgresql ] . The $PG_CONNECTOR is built on top of
60+ $PG's logical replication protocol and extends it for $TIMESCALE_DB
61+ use cases, providing continuous, low-latency data synchronization.
62+
5763$PG achieves streaming replication by having replicas continuously stream
5864the WAL from the primary database. See the official
5965[ replication documentation] [ replication-documentation ]
@@ -71,6 +77,7 @@ out-of-the-box support for automatic failover. Read more in the $PG
7177configurable high availability solution with automatic failover functionality.
7278
7379[ backup ] : /self-hosted/:currentVersion:/backup-and-restore/
80+ [ livesync-postgresql ] : /migrate/:currentVersion:/livesync-for-postgresql/
7481[ failover-docs ] : https://www.postgresql.org/docs/current/warm-standby-failover.html
7582[ patroni-github ] : https://github.com/zalando/patroni
7683[ pgctl-docs ] : https://www.postgresql.org/docs/current/app-pg-ctl.html
You can’t perform that action at this time.
0 commit comments