Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit e2d8eca

Browse files
arajkumaratovpeko
andauthored
update: mention Postgres Connector in replication section (#4724)
Co-authored-by: Anastasiia Tovpeko <114177030+atovpeko@users.noreply.github.com>
1 parent fcfd5c7 commit e2d8eca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

self-hosted/replication-and-ha/about-ha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ as it requires schema synchronization between the primary and replica nodes and
5454
replicating 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
5864
the 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
7177
configurable 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

0 commit comments

Comments
 (0)