Skip to content

Commit dd2dd44

Browse files
Merge pull request #244490 from kabharati/patch-98
Update concepts-compute-storage.md
2 parents a7d8536 + 798ee57 commit dd2dd44

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/postgresql/flexible-server/concepts-compute-storage.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,14 @@ Remember that storage can only be scaled up, not down.
215215

216216
## Limitations
217217

218-
1. During preview, storage auto-grow cannot be configured for HA / Read replica-enabled servers and we are going to support this very soon.
219-
2. Storage Autogrow does not trigger when there is a high WAL usage to avoid unnecessary autogrow events.
218+
1. Disk scaling operations are always online except in specific scenarios involving the 4096 GiB boundary. These scenarios include reaching, starting at, or crossing the 4096 GiB limit, such as when scaling from 2048 GiB to 8192 GiB etc. This limitation is due to the underlying Azure Managed disk V1 which needs a manual disk scaling operation. You will receive an informational message in the portal when you approach this limit.
219+
220+
2. Storage auto-grow currently does not work for HA / Read replica-enabled servers; we will support this very soon.
221+
222+
3. Storage Autogrow does not trigger when there is high WAL usage.
223+
224+
> [!NOTE]
225+
> Storage auto-grow never triggers offline increase.
220226
221227

222228
## Backup

0 commit comments

Comments
 (0)