Skip to content

Commit c1e1955

Browse files
committed
Automated backups now enabled
1 parent 06938e1 commit c1e1955

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/azure-arc/data/backup-restore-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ms.date: 11/03/2021
1111
ms.topic: how-to
1212
---
1313

14-
# Back up and restore Azure Arc-enabled PostgreSQL servers
14+
# Backup and restore Azure Arc-enabled PostgreSQL servers
1515

16-
Backup and restore of Azure Arc-enabled PostgreSQL server is not supported in the current preview release.
16+
Automated backups can be enabled by including the `--storage-class-backups` argument when creating an Azure Arc-enabled PostgreSQL server. Restore is not supported in the current preview release.
1717

1818
- Read about [scaling up or down (increasing/decreasing memory/vcores)](scale-up-down-postgresql-server-using-cli.md) your server.

articles/azure-arc/data/create-postgresql-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The main parameters should consider are:
5555
- **the name of the server** you want to deploy. Indicate either `--name` or `-n` followed by a name whose length must not exceed 11 characters.
5656

5757
- **The storage classes** you want your server to use. It is important you set the storage class right at the time you deploy a server as this setting cannot be changed after you deploy. You may specify the storage classes to use for the data, logs and the backups. By default, if you do not indicate storage classes, the storage classes of the data controller will be used.
58-
- To set the storage class for the data, indicate the parameter `--storage-class-data` or `-scd` followed by the name of the storage class.
59-
- To set the storage class for the logs, indicate the parameter `--storage-class-logs` or `-scl` followed by the name of the storage class.
60-
- The support of setting storage classes for the backups has been temporarily removed as we temporarily removed the backup/restore functionalities as we finalize designs and experiences.
58+
- To set the storage class for the backups, indicate the parameter `--storage-class-backups` followed by the name of the storage class. Excluding this parameter disables automated backups
59+
- To set the storage class for the data, indicate the parameter `--storage-class-data` followed by the name of the storage class.
60+
- To set the storage class for the logs, indicate the parameter `--storage-class-logs` followed by the name of the storage class.
6161

6262
> [!IMPORTANT]
6363
> If you need to change the storage class after deployment, extract the data, delete your server, create a new server, and import the data.

articles/azure-arc/data/limitations-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This article describes limitations of Azure Arc-enabled PostgreSQL.
1717

1818
[!INCLUDE [azure-arc-data-preview](../../../includes/azure-arc-data-preview.md)]
1919

20-
## Back up and restore
20+
## Backup and restore
2121

22-
Back up and restore have been temporarily removed as we finalize designs and experiences.
22+
Automated backups can be enabled by including the `--storage-class-backups` argument when creating an Azure Arc-enabled PostgreSQL server. Restore has been temporarily removed as we finalize designs and experiences.
2323

2424
## High availability
2525

0 commit comments

Comments
 (0)