Skip to content

Commit 4323fba

Browse files
Update concepts-read-replicas.md
1 parent 8b6a7b3 commit 4323fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/concepts-read-replicas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ When there is a major disaster event such as availability zone-level or regional
151151

152152
This section summarizes considerations about the read replica feature. The following considerations do apply.
153153

154-
- **Power operations**: You can perform power operations (start/stop) on replica but primary server should be stopped before stopping read replicas and primary server should be started before starting the replicas.
154+
- **Power operations**: Power operations, including start and stop actions, can be applied to both the primary server and its replica servers. However, to preserve system integrity, a specific sequence should be followed. Prior to stopping the read replicas, ensure the primary server is stopped first. When commencing operations, initiate the start action on the replica servers before starting the primary server.
155155
- If server has read replicas then read replicas should be deleted first before deleting the primary server.
156156
- [In-place major version upgrade](concepts-major-version-upgrade.md) in Azure Database for PostgreSQL requires removing any read replicas that are currently enabled on the server. Once the replicas have been deleted, the primary server can be upgraded to the desired major version. After the upgrade is complete, you can recreate the replicas to resume the replication process.
157157

0 commit comments

Comments
 (0)