Skip to content

Commit 46c8a93

Browse files
authored
Merge pull request #244456 from kabharati/atlantic7102023
Atlantic7102023
2 parents d346442 + fa58a15 commit 46c8a93

File tree

5 files changed

+59
-0
lines changed

5 files changed

+59
-0
lines changed

articles/postgresql/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,10 @@
642642
href: flexible-server/how-to-stop-start-server-portal.md
643643
- name: Azure CLI
644644
href: flexible-server/how-to-stop-start-server-cli.md
645+
- name: Storage auto-grow
646+
items:
647+
- name: Azure portal
648+
href: flexible-server/how-to-auto-grow-storage-portal.md
645649
- name: Encryption with CMK
646650
items:
647651
- name: Azure CLI
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: Storage auto-grow - Azure portal - Azure Database for PostgreSQL - Flexible Server
3+
description: This article describes how you can configure storage autogrow using the Azure portal in Azure Database for PostgreSQL - Flexible Server
4+
ms.service: postgresql
5+
ms.subservice: flexible-server
6+
ms.topic: how-to
7+
ms.author: kabharati
8+
author: kabharati
9+
10+
ms.date: 06/24/2022
11+
---
12+
13+
# Storage auto-grow using the Azure portal in Azure Database for PostgreSQL - Flexible Server
14+
15+
16+
[!INCLUDE [applies-to-postgresql-Flexible-server](../includes/applies-to-postgresql-Flexible-server.md)]
17+
18+
19+
This article describes how you can configure an Azure Database for PostgreSQL server storage to grow without impacting the workload.
20+
21+
When a server reaches the allocated storage limit, the server is marked as read-only. However, if you enable storage auto grow, the server storage increases to accommodate the growing data. For servers with less than 1 TiB of provisioned storage, the autogrow feature activates when storage consumption reaches 80%. For servers with 1 TB or more of storage, autogrow activates at 90% consumption.
22+
23+
24+
## Enable storage auto-grow for existing servers
25+
26+
Follow these steps to enable Storage Autogrow on your Azure Database for PostgreSQL Flexible server.
27+
28+
1. In the [Azure portal](https://portal.azure.com/), select your existing Azure Database for PostgreSQL Flexible Server.
29+
30+
2. On the Flexible Server page, select **Compute + storage**
31+
32+
3. In the **Storage Auto-growth** section, checkmark to enable storage autogrow.
33+
34+
4. Select **Save** to apply the changes.
35+
36+
![Screenshot showing Storage Autogrowth.](./media/how-to-auto-grow-storage-portal/storage-auto-grow.png)
37+
38+
39+
5. A notification confirms that auto grow was successfully enabled.
40+
41+
42+
## Enable storage auto-grow during server provisioning
43+
44+
1. In the Azure portal, during server provisioning, under **Compute + storage** select **Configure server**
45+
46+
![Screenshot showing configure server during provisioning.](./media/how-to-auto-grow-storage-portal/create-server-storage-auto-grow.png)
47+
48+
2. In the **Storage Auto-growth** section, checkmark to enable storage auto grow.
49+
50+
![Screenshot showing Storage Autogrowth during provisioning.](./media/how-to-auto-grow-storage-portal/server-provisioning-storage-auto-grow.png)
51+
52+
## Next steps
53+
54+
55+
- Learn about [service limits](concepts-limits.md).
28 KB
Loading
Loading
166 KB
Loading

0 commit comments

Comments
 (0)