Skip to content

Commit 183ecb9

Browse files
minor changes
1 parent d6d34c3 commit 183ecb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)