パッケージ: postgresql-17-pg-failover-slots (1.1.0-2 など)
postgresql-17-pg-failover-slots に関するリンク
Debian の資源:
pg-failover-slots ソースパッケージをダウンロード:
- [pg-failover-slots_1.1.0-2.dsc]
- [pg-failover-slots_1.1.0.orig.tar.gz]
- [pg-failover-slots_1.1.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
High-availability support for PostgreSQL logical replication
This extension is for anyone with Logical Replication Slots on Postgres databases that are also part of a Physical Streaming Replication architecture.
Since logical replication slots are only maintained on the primary node, downstream subscribers don't receive any new changes from a newly promoted primary until the slot is created, which is unsafe because the information that includes which data a subscriber has confirmed receiving and which log data still needs to be retained for the subscriber will have been lost, resulting in an unknown gap in data changes. PG Failover Slots makes logical replication slots usable across a physical failover using the following features:
- Copies any missing replication slots from the primary to the standby - Removes any slots from the standby that aren't found on the primary - Periodically synchronizes the position of slots on the standby based on the primary - Ensures that selected standbys receive data before any of the logical slot walsenders can send data to consumers
その他の postgresql-17-pg-failover-slots 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.38)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libpq5 (>= 9.0~)
- PostgreSQL C client library
-
- dep: postgresql-17
- The World's Most Advanced Open Source Relational Database
-
- dep: postgresql-17-jit-llvm (>= 16)
- パッケージは利用できません