diff --git a/doc/configuration.xml b/doc/configuration.xml index e173bf58..dd952ded 100644 --- a/doc/configuration.xml +++ b/doc/configuration.xml @@ -148,9 +148,19 @@ instances in the replication cluster which may potentially become a primary server or (in cascading replication) the upstream server of a standby. - + PostgreSQL documentation: max_wal_senders. + + + From PostgreSQL 12, + must be set to the same or a higher value as the primary node + (at the time the node was cloned), otherwise the standby will refuse + to start (unless is set to off, which + will prevent the node from accepting queries). + + +