Skip to content

Commit e5c9550

Browse files
authored
Added note to scale resources section
Added Note to scale resources section that the increase in storage cannot be reversed per customer's suggestion: https://github.com/MicrosoftDocs/azure-docs/issues/36037
1 parent 8f05428 commit e5c9550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/postgresql/concepts-pricing-tiers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ The service automatically takes backups of your server. The minimum retention pe
9494

9595
## Scale resources
9696

97+
> [!NOTE] The storage size can only be increased, and there is no option to revert back after completion of this task.
98+
9799
After you create your server, you can independently change the vCores, the hardware generation, the pricing tier (except to and from Basic), the amount of storage, and the backup retention period. You can't change the backup storage type after a server is created. The number of vCores can be scaled up or down. The backup retention period can be scaled up or down from 7 to 35 days. The storage size can only be increased. Scaling of the resources can be done either through the portal or Azure CLI. For an example of scaling by using Azure CLI, see [Monitor and scale an Azure Database for PostgreSQL server by using Azure CLI](scripts/sample-scale-server-up-or-down.md).
98100

99101
When you change the number of vCores, the hardware generation, or the pricing tier, a copy of the original server is created with the new compute allocation. After the new server is up and running, connections are switched over to the new server. During the moment when the system switches over to the new server, no new connections can be established, and all uncommitted transactions are rolled back. This window varies, but in most cases, is less than a minute.

0 commit comments

Comments
 (0)