Skip to content

Commit 4f19611

Browse files
authored
Merge pull request #185547 from v-amallick/master
PostgreSQL - preview tag added
2 parents 6bb621b + 183ecb9 commit 4f19611

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/backup/restore-postgresql-database-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: backup
88
ms.author: v-amallick
99
---
1010

11-
# Restore Azure PostgreSQL databases using Azure CLI
11+
# Restore Azure PostgreSQL databases using Azure CLI (preview)
1212

1313
This article explains how to restore [Azure PostgreSQL databases](../postgresql/overview.md#azure-database-for-postgresql---single-server) to an Azure PostgreSQL server backed-up by Azure Backup.
1414

@@ -180,7 +180,7 @@ For an archive-based recovery point, you need to:
180180
1. Specify the duration for which the rehydrated recovery point should be retained in the vault data store.
181181
1. Restore as a database from this recovery point.
182182

183-
Use the following command to prepare the request for all the above mentioned operations, at once.
183+
Use the following command to prepare the request for all the above-mentioned operations, at once.
184184

185185
```azurecli
186186
az dataprotection backup-instance restore initialize-for-data-recovery --datasource-type AzureDatabaseForPostgreSQL --restore-location {location} --source-datastore ArchiveStore --target-resource-id $targetOssId --recovery-point-id 9da55e757af94261afa009b43cd3222a --secret-store-type AzureKeyVault --secret-store-uri "https://restoreoss-test.vault.azure.net/secrets/dbauth3" --rehydration-priority Standard --rehydration-duration 12 > OssRestoreFromArchiveReq.JSON

articles/backup/restore-postgresql-database-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: backup
88
ms.author: v-amallick
99
---
1010

11-
# Restore Azure PostgreSQL databases using Azure PowerShell
11+
# Restore Azure PostgreSQL databases using Azure PowerShell (preview)
1212

1313
This article explains how to restore [Azure PostgreSQL databases](../postgresql/overview.md#azure-database-for-postgresql---single-server) to an Azure PostgreSQL server backed-up by Azure Backup.
1414

articles/backup/restore-postgresql-database-use-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: backup
88
ms.author: v-amallick
99
---
1010

11-
# Restore Azure PostgreSQL databases using Azure data protection REST API
11+
# Restore Azure PostgreSQL databases using Azure data protection REST API (preview)
1212

1313
This article explains how to restore [Azure PostgreSQL databases](../postgresql/overview.md#azure-database-for-postgresql---single-server) to an Azure PostgreSQL server backed-up by Azure Backup.
1414

0 commit comments

Comments
 (0)