Skip to content

Commit 6e7ef50

Browse files
Merge pull request #239283 from AwdotiaRomanowna/patch-48
power operations and move
2 parents 35c76ad + d3b2677 commit 6e7ef50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 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**: Power operations (start/stop) are currently not supported for any node, either replica or primary, in the replication cluster.
154+
- **Power operations**: [Power operations](how-to-stop-start-server-portal.md), 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

@@ -163,6 +163,9 @@ A read replica is created as a new Azure Database for PostgreSQL server. An exis
163163

164164
During creation of read replicas firewall rules and data encryption method can be changed. Server parameters and authentication method are inherited from the primary server and cannot be changed during creation. After a replica is created, several settings can be changed including storage, compute, backup retention period, server parameters, authentication method, firewall rules etc.
165165

166+
### Resource move
167+
Moving replica(s) to another resource group or subscription, as well as the primary that has read replica(s) is not currently supported.
168+
166169
### Replication slot issues mitigation
167170

168171
In rare cases, high lag caused by replication slots can lead to an increase in storage usage on the primary server due to the accumulation of WAL files. If the storage usage reaches 95% or the available capacity falls below 5 GiB, the server automatically switches to read-only mode to prevent disk-full errors.

0 commit comments

Comments
 (0)