You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article provides step-by-step procedure to perform point-in-time recoveries in flexible server using backups.
18
18
19
19
## Prerequisites
20
20
- If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
21
21
- 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.
23
23
24
24
```azurecli-interactive
25
25
az login
@@ -31,7 +31,7 @@ This article provides step-by-step procedure to perform point-in-time recoveries
31
31
az account set --subscription <subscription id>
32
32
```
33
33
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.
35
35
36
36
```azurecli
37
37
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.
70
70
After the restore is completed, you should perform the following tasks to get your users and applications back up and running:
71
71
72
72
- 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.
74
74
- Ensure appropriate logins and database level permissions are in place
75
75
- Configure alerts as appropriate for the newly restore server
0 commit comments