Skip to content

Commit 306a62b

Browse files
committed
update postgresql documentation with walminer recommendation
1 parent 5285d67 commit 306a62b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connectors/on-prem-databases/postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ When using PostgreSQL as the target database or obtaining incremental data via t
148148
:::
149149

150150
- [Decoderbufs](https://github.com/debezium/postgres-decoderbufs): Suitable for PostgreSQL 9.6 and above, uses Google Protocol Buffers to parse WAL logs but requires more complex configuration.
151-
- [Walminer](https://gitee.com/movead/XLogMiner/tree/master/): Does not rely on logical replication, doesn't require setting `wal_level` to `logical`, or adjusting replication slot configuration, but requires superuser permissions.
151+
- [Walminer](https://gitee.com/movead/XLogMiner/tree/master/): Does not rely on logical replication, doesn't require setting `wal_level` to `logical`, or adjusting replication slot configuration, but requires superuser permissions. In a **replication architecture**, we recommend using the **Walminer** plugin to read incremental changes to ensure data integrity during failover.
152152
153153
Next, we will demonstrate the installation process using **Wal2json** as an example.
154154
@@ -491,4 +491,4 @@ When configuring data synchronization/conversion tasks, you can use PostgreSQL a
491491
492492
-- Delete the Slot node
493493
select * from pg_drop_replication_slot('tapdata');
494-
```
494+
```

0 commit comments

Comments
 (0)