Skip to content

Commit 1620f28

Browse files
authored
Merge pull request #79723 from rachel-msft/edits614
Update concepts-read-replicas.md
2 parents 469a96a + c2b1bba commit 1620f28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/postgresql/concepts-read-replicas.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rachel-msft
55
ms.author: raagyema
66
ms.service: postgresql
77
ms.topic: conceptual
8-
ms.date: 06/05/2019
8+
ms.date: 06/14/2019
99
---
1010

1111
# Read replicas in Azure Database for PostgreSQL - Single Server
@@ -118,6 +118,9 @@ PostgreSQL requires the value of the `max_connections` parameter on the read rep
118118

119119
If you try to update the server values, but don't adhere to the limits, you receive an error.
120120

121+
### max_prepared_transactions
122+
[PostgreSQL requires](https://www.postgresql.org/docs/10/hot-standby.html) the value of the `max_prepared_transactions` parameter on the read replica to be greater than or equal to the master value; otherwise, the replica won't start. If you want to change `max_prepared_transactions` on the master, first change it on the replicas.
123+
121124
### Stopped replicas
122125
If you stop replication between a master server and a read replica, the replica restarts to apply the change. The stopped replica becomes a standalone server that accepts both reads and writes. The standalone server can't be made into a replica again.
123126

0 commit comments

Comments
 (0)