Skip to content

Commit f91b9a9

Browse files
authored
Merge pull request #215668 from ShawnJackson/how-to-restore-server-portal
edit pass: how-to-restore-server-portal
2 parents 3065fe0 + fe43f3e commit f91b9a9

File tree

3 files changed

+54
-58
lines changed

3 files changed

+54
-58
lines changed

articles/postgresql/flexible-server/concepts-backup-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The estimated time to recover the server (recovery time objective, or RTO) depen
132132

133133
During the geo-restore, the server configurations that can be changed include virtual network settings and the ability to remove geo-redundant backup from the restored server. Changing other server configurations--such as compute, storage, or pricing tier (Burstable, General Purpose, or Memory Optimized)--during geo-restore is not supported.
134134

135-
For more information about performing a geo-restore, see the [how-to guide](how-to-restore-server-portal.md#performing-geo-restore).
135+
For more information about performing a geo-restore, see the [how-to guide](how-to-restore-server-portal.md#perform-geo-restore).
136136

137137
> [!IMPORTANT]
138138
> When the primary region is down, you can't create geo-redundant servers in the respective geo-paired region, because storage can't be provisioned in the primary region. Before you can provision geo-redundant servers in the geo-paired region, you must wait for the primary region to be up.

articles/postgresql/flexible-server/how-to-manage-high-availability-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Follow these steps to perform a planned failover from your primary to the standb
145145

146146
There are Azure regions that do not support availability zones. If you have already deployed non-HA servers, you cannot directly enable zone redundant HA on the server, but you can perform restore and enable HA in that server. Following steps shows how to enable Zone redundant HA for that server.
147147

148-
1. From the overview page of the server, click **Restore** to [perform a PITR](how-to-restore-server-portal.md#restoring-to-the-latest-restore-point). Choose **Latest restore point**.
148+
1. From the overview page of the server, click **Restore** to [perform a PITR](how-to-restore-server-portal.md#restore-to-the-latest-restore-point). Choose **Latest restore point**.
149149
2. Choose a server name, availability zone.
150150
3. Click **Review+Create**".
151151
4. A new Flexible server will be created from the backup.
Lines changed: 52 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Restore - Azure portal - Azure Database for PostgreSQL - Flexible Server
2+
title: Point-in-time restore of a flexible server - Azure portal
33
description: This article describes how to perform restore operations in Azure Database for PostgreSQL Flexible Server through the Azure portal.
44
ms.author: srranga
55
author: sr-msft
@@ -9,101 +9,97 @@ ms.topic: how-to
99
ms.date: 11/30/2021
1010
---
1111

12-
# Point-in-time restore of a Flexible Server
12+
# Point-in-time restore of a flexible server
1313

1414
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
1515

16-
This article provides step-by-step procedure to perform point-in-time recoveries in flexible server using backups. You can perform either to a latest restore point or a custom restore point within your retention period.
16+
This article provides a step-by-step procedure for using the Azure portal to perform point-in-time recoveries in a flexible server through backups. You can perform this procedure to the latest restore point or to a custom restore point within your retention period.
1717

18-
## Pre-requisites
18+
## Prerequisites
1919

20-
To complete this how-to guide, you need:
20+
To complete this how-to guide, you need Azure Database for PostgreSQL - Flexible Server. The procedure is also applicable for a flexible server that's configured with zone redundancy.
2121

22-
- You must have an Azure Database for PostgreSQL - Flexible Server. The same procedure is also applicable for flexible server configured with zone redundancy.
22+
## Restore to the latest restore point
2323

24-
## Restoring to the latest restore point
24+
Follow these steps to restore your flexible server to the latest restore point by using an existing backup:
2525

26-
Follow these steps to restore your flexible server using an existing backup.
26+
1. In the [Azure portal](https://portal.azure.com/), choose the flexible server that you want to restore the backup from.
2727

28-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
29-
30-
2. Click **Overview** from the left panel and click **Restore**
28+
2. Select **Overview** from the left pane, and then select **Restore**.
3129

32-
:::image type="content" source="./media/how-to-restore-server-portal/restore-overview.png" alt-text="Restore overview":::
30+
:::image type="content" source="./media/how-to-restore-server-portal/restore-overview.png" alt-text="Screenshot that shows a server overview and the Restore button.":::
3331

34-
3. Restore page will be shown with an option to choose between the latest restore point and Custom restore point.
32+
3. Under **Source details**, select **Latest restore point (Now)**.
3533

36-
4. Select **Latest restore point** and provide a new server name in the **Restore to new server** field. You can optionally choose the Availability zone to restore to.
34+
4. Under **Server details**, for **Name**, provide a server name. For **Availability zone**, you can optionally choose an availability zone to restore to.
3735

38-
:::image type="content" source="./media/how-to-restore-server-portal/restore-latest.png" alt-text="Latest restore time":::
39-
40-
5. Click **OK**.
36+
:::image type="content" source="./media/how-to-restore-server-portal/restore-latest.png" alt-text="Screenshot that shows selections for restoring to the latest restore point.":::
4137

42-
6. A notification will be shown that the restore operation has been initiated.
38+
5. Select **OK**. A notification shows that the restore operation has started.
4339

44-
## Restoring to a custom restore point
40+
## Restore to a custom restore point
4541

46-
Follow these steps to restore your flexible server using an existing backup.
42+
Follow these steps to restore your flexible server to a custom restore point by using an existing backup:
4743

48-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
44+
1. In the [Azure portal](https://portal.azure.com/), choose the flexible server that you want to restore the backup from.
4945

50-
2. From the overview page, click **Restore**.
51-
:::image type="content" source="./media/how-to-restore-server-portal/restore-overview.png" alt-text="Restore overview":::
46+
2. Select **Overview** from the left pane, and then select **Restore**.
47+
48+
:::image type="content" source="./media/how-to-restore-server-portal/restore-overview.png" alt-text="Screenshot that shows a server overview and the Restore button.":::
5249

53-
3. Restore page will be shown with an option to choose between the latest restore point, custom restore point and fast restore point.
50+
4. Under **Source details**, choose **Select a custom restore point**.
5451

55-
4. Choose **Custom restore point**.
56-
57-
5. Select date and time and provide a new server name in the **Restore to new server** field. Provide a new server name and you can optionally choose the **Availability zone** to restore to.
52+
5. Under **Server details**, for **Name**, provide a server name. For **Availability zone**, you can optionally choose an availability zone to restore to.
5853

59-
:::image type="content" source="./media/how-to-restore-server-portal/restore-custom-2.png" alt-text="Custom restore time":::
54+
:::image type="content" source="./media/how-to-restore-server-portal/restore-custom-2.png" alt-text="Screenshot that shows selections for restoring to a custom restore point.":::
6055

61-
6. Click **OK**.
62-
63-
7. A notification will be shown that the restore operation has been initiated.
56+
6. Select **OK**. A notification shows that the restore operation has started.
6457

65-
## Restoring using fast restore
58+
## Restore by using fast restore
6659

67-
Follow these steps to restore your flexible server using a fast restore option.
60+
Follow these steps to restore your flexible server by using a fast restore option:
6861

69-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to restore the backup from.
62+
1. In the [Azure portal](https://portal.azure.com/), choose the flexible server that you want to restore the backup from.
7063

71-
2. Click **Overview** from the left panel and click **Restore**
64+
2. Select **Overview** from the left pane, and then select **Restore**.
7265

73-
:::image type="content" source="./media/how-to-restore-server-portal/restore-overview.png" alt-text="Restore overview":::
66+
:::image type="content" source="./media/how-to-restore-server-portal/restore-overview.png" alt-text="Screenshot that shows a server overview and the Restore button.":::
7467

75-
3. Restore page will be shown with an option to choose between the latest restore point, custom restore point and fast restore point.
68+
4. Under **Source details**, choose **Select Fast restore point (Restore using full backup only)**. For **Fast Restore point (UTC)**, select the full backup of your choice.
7669

77-
4. Choose **Fast restore point (Restore using full backup only)**.
78-
79-
5. Select full backup of your choice from the Fast Restore Point drop-down. Provide a **new server name** and you can optionally choose the **Availability zone** to restore to.
70+
5. Under **Server details**, for **Name**, provide a server name. For **Availability zone**, you can optionally choose an availability zone to restore to.
8071

81-
:::image type="content" source="./media/how-to-restore-server-portal/fast-restore.png" alt-text="Fast restore time":::
72+
:::image type="content" source="./media/how-to-restore-server-portal/fast-restore.png" alt-text="Screenshot that shows selections for a fast restore point.":::
8273

83-
6. Click **OK**.
74+
6. Select **OK**. A notification shows that the restore operation has started.
8475

85-
7. A notification will be shown that the restore operation has been initiated.
76+
## Perform geo-restore
8677

87-
## Performing Geo-Restore
78+
If your source server is configured with geo-redundant backup, you can restore the servers in a paired region.
8879

89-
If your source server is configured with geo-redundant backup, you can restore the servers in a paired region. Note that, for the first time restore, please wait at least 1 hour after the source server is created.
80+
> [!NOTE]
81+
> For the first time that you perform a geo-restore, wait at least one hour after you create the source server.
9082
91-
1. In the [Azure portal](https://portal.azure.com/), choose your flexible server that you want to geo-restore the backup from.
83+
1. In the [Azure portal](https://portal.azure.com/), choose the flexible server that you want to geo-restore the backup from.
9284

93-
2. From the overview page, click **Restore**.
94-
:::image type="content" source="./media/how-to-restore-server-portal/geo-restore-click.png" alt-text="Restore click":::
85+
2. Select **Overview** from the left pane, and then select **Restore**.
86+
87+
:::image type="content" source="./media/how-to-restore-server-portal/geo-restore-click.png" alt-text="Screenshot that shows the Restore button.":::
9588

96-
3. From the restore page, choose Geo-Redundant restore to restore to a paired region.
97-
:::image type="content" source="./media/how-to-restore-server-portal/geo-restore-choose-checkbox.png" alt-text="Geo-restore select":::
89+
3. Under **Source details**, for **Geo-redundant restore (preview)**, select the **Restore to paired region** checkbox.
9890

99-
4. The region and the database versions are pre-selected. It will be restored to the last available data at the paired region. You can choose the **Availability zone** in the region to restore to.
91+
:::image type="content" source="./media/how-to-restore-server-portal/geo-restore-choose-checkbox.png" alt-text="Screenshot that shows the option for restoring to a paired region for geo-redundant restore.":::
92+
93+
4. Under **Server details**, the region and the database version are pre-selected. The server will be restored to the last available data at the paired region. For **Availability zone**, you can optionally choose an availability zone to restore to.
94+
95+
5. Select **OK**. A notification shows that the restore operation has started.
10096

101-
5. By default, the backups for the restored server are configured with Geo-redundant backup. If you do not want geo-redundant backup, you can click **Configure Server** and uncheck the Geo-redundant backup.
97+
By default, the backups for the restored server are configured with geo-redundant backup. If you don't want geo-redundant backup, you can select **Configure Server** and then clear the **Restore to paired region** checkbox.
10298

103-
6. If the source server is configured with **private access**, you can only restore to another VNET in the remote region. You can either choose an existing VNET or create a new VNET and restore your server into that VNET.
99+
If the source server is configured with *private access*, you can restore only to another virtual network in the remote region. You can either choose an existing virtual network or create a new virtual network and restore your server into that network.
104100

105101
## Next steps
106102

107-
- Learn about [business continuity](./concepts-business-continuity.md)
108-
- Learn about [zone redundant high availability](./concepts-high-availability.md)
109-
- Learn about [backup and recovery](./concepts-backup-restore.md)
103+
- Learn about [business continuity](./concepts-business-continuity.md).
104+
- Learn about [zone-redundant high availability](./concepts-high-availability.md).
105+
- Learn about [backup and recovery](./concepts-backup-restore.md).

0 commit comments

Comments
 (0)