Skip to content

Commit 4045329

Browse files
fix(rdb): reviews 3
1 parent 7b6e25b commit 4045329

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Replication slots can be created with the `failover` flag, which ensures that re
2222

2323
## Configuring advanced settings and user rights
2424

25-
As the service uses physical replication to provide High Availability, some advanced settings 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 Database Instances with in standalone mode can be replaced with temporary replicas.
25+
As the service uses physical replication internally, some advanced settings and parameters must be enabled to allow the logical replication to work properly with our system, for standalone and High Availability clusters.
2626

2727
Follow the steps in the [How to configure advanced settings](/managed-databases-for-postgresql-and-mysql/how-to/configure-advanced-settings) documentation page to configure the following settings:
2828

@@ -32,6 +32,11 @@ To enable logical replication, you must:
3232
- Set `hot_standby_feedback` to `ON`
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

35+
<Message type="important">
36+
It is essential to set these parameters when using logical replication to ensure service availability.
37+
</Message>
38+
39+
3540
To use replication, users must also have the corresponding rights.
3641

3742
Follow the steps in the [How to manage users](/managed-databases-for-postgresql-and-mysql/how-to/manage-users) documentation page to attribute user rights.

0 commit comments

Comments
 (0)