Skip to content

Commit 96ccfe5

Browse files
committed
Update how-to-restore-server-cli.md
1 parent 604cecc commit 96ccfe5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/postgresql/flexible-server/how-to-restore-server-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ ms.topic: how-to
1010
ms.date: 11/30/2021
1111
---
1212

13-
# Point-in-time restore of a Azure Database for PostgreSQL - Flexible Server with Azure CLI
13+
# Point-in-time restore of an Azure Database for PostgreSQL - Flexible Server with Azure CLI
1414

15-
[!INCLUDE [!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
15+
[! INCLUDE [!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
1616

1717
This article provides step-by-step procedure to perform point-in-time recoveries in flexible server using backups.
1818

1919
## Prerequisites
2020
- If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
2121
- Install or upgrade Azure CLI to the latest version. See [Install Azure CLI](/cli/azure/install-azure-cli).
22-
- Login to Azure account using [az login](/cli/azure/reference-index#az-login) command. Note the **id** property, which refers to **Subscription ID** for your Azure account.
22+
- Log in to Azure account using [az login](/cli/azure/reference-index#az-login) command. Note the **id** property, which refers to **Subscription ID** for your Azure account.
2323

2424
```azurecli-interactive
2525
az login
@@ -31,7 +31,7 @@ This article provides step-by-step procedure to perform point-in-time recoveries
3131
az account set --subscription <subscription id>
3232
```
3333
34-
- Create a PostgreQL Flexible Server if you have not already created one using the ```az postgres flexible-server create``` command.
34+
- Create a PostgreQL Flexible Server if you haven't already created one using the ```az postgres flexible-server create``` command.
3535
3636
```azurecli
3737
az postgres flexible-server create --resource-group myresourcegroup --name myservername
@@ -70,7 +70,7 @@ Time taken to restore will depend on the size of the data stored in the server.
7070
After the restore is completed, you should perform the following tasks to get your users and applications back up and running:
7171

7272
- If the new server is meant to replace the original server, redirect clients and client applications to the new server
73-
- Ensure appropriate VNet rules are in place for users to connect. These rules are not copied over from the original server.
73+
- Ensure appropriate VNet rules are in place for users to connect. These rules aren't copied over from the original server.
7474
- Ensure appropriate logins and database level permissions are in place
7575
- Configure alerts as appropriate for the newly restore server
7676

0 commit comments

Comments
 (0)