Skip to content

Commit 91d8226

Browse files
fix(rdb): reviews final
1 parent 77cc567 commit 91d8226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/managed-databases-for-postgresql-and-mysql/api-cli/logical-replication-as-publisher.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To enable logical replication, you must:
3333
- Set `sync_replication_slots` to `ON`- [replication slots](https://www.postgresql.org/docs/17/logicaldecoding-explanation.html#LOGICALDECODING-REPLICATION-SLOTS) is an important part of the logical replication. Each subscription receives changes via one replication slot created on the "publishing" node. You have one replication slot available per logical database.
3434

3535
<Message type="important">
36-
It is essential to set these parameters when using logical replication to ensure service availability.
36+
As the service uses physical replication to provide High Availability, the `hot_standby_feedback` and `sync_replication_slots` parameters must be enabled to allow the logical replication to remain active after the promotion of a secondary node, without disturbing the HA setup. It is essential to ensure these settings are enabled as even a Database Instance in standalone mode can be replaced with temporary replicas.
3737
</Message>
3838

3939
To use replication, users must also have the corresponding rights.
@@ -109,7 +109,7 @@ We use an example scenario to show how logical replication can be set up.
109109
- During the synchronization phase, 2 or more slots might be needed for a subscription.
110110
<Message type="important">
111111
- If you need more than 50 replication slots, [create a support ticket](https://console.scaleway.com/support).
112-
- Exceeding this limit may cause the Instance's internal replication to fail.
112+
- Exceeding this limit may cause the Instance's internal replication to fail. High Availability and cluster operations may also become degraded or not functional. In extreme cases, service availability may be affected.
113113
</Message>
114114

115115
<Message type="tip">

0 commit comments

Comments
 (0)