Skip to content

Commit c17b727

Browse files
fixed blocking issues
1 parent 0bccecd commit c17b727

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed
150 KB
Loading
25.9 KB
Loading
31 KB
Loading
25 KB
Loading

articles/backup/restore-azure-database-postgresql-flex.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ To restore Azure PostgreSQL-Flexible database, Follow these steps:
3535

3636
1. Go to **Backup vault** > **Backup Instances**. Select the PostgreSQL - Flexible server to be restored and select **Restore**.
3737

38-
:::image type="content" source="./media/restore-azure-database-postgresql-flex/restore.png" alt-text="Screenshot showing how to restore a database.":::
38+
:::image type="content" source="./media/restore-azure-database-postgresql-flex/restore-inline.png" alt-text="Screenshot showing how to restore a database." lightbox="./media/restore-azure-database-postgresql-flex/restore-expanded.png":::
3939

4040
Alternatively, go to [Backup center](./backup-center-overview.md) and select **Restore**.
4141

4242
1. Select the point in time you would like to restore by using **Select restore point**. Change the date range by selecting **Time period**.
4343

44-
:::image type="content" source="./media/restore-azure-database-postgresql/select-restore-point-inline.png" alt-text="Screenshot showing the process to select a recovery point.":::
44+
:::image type="content" source="./media/restore-azure-database-postgresql/select-restore-point-inline.png" alt-text="Screenshot showing the process to select a recovery point." lightbox="./media/restore-azure-database-postgresql-flex/select-restore-point-expanded.png":::
4545

4646
1. Choose the target storage account and container in **Restore parameters** tab. Select **Validate** to check the restore parameters permissions before the final review and restore.
4747

4848
1. Once the validation is successful, select **Review + restore**.
49-
:::image type="content" source="./media/restore-azure-database-postgresql-flex/review-restore.png" alt-text="Screenshot showing the restore parameter process.":::
49+
:::image type="content" source="./media/restore-azure-database-postgresql-flex/review-restore-inline.png" alt-text="Screenshot showing the restore parameter process." lightbox="./media/restore-azure-database-postgresql-flex/review-restore-expanded.png":::
5050

5151
1. After final review of the parameters, select **Restore** to restore the selected PostgreSQL - Flexible server backup in target storage account.
52-
:::image type="content" source="./media/restore-azure-database-postgresql-flex/review.png" alt-text="Screenshot showing the review process page.":::
52+
:::image type="content" source="./media/restore-azure-database-postgresql-flex/review-inline.png" alt-text="Screenshot showing the review process page." lightbox="./media/restore-azure-database-postgresql-flex/review-expanded.png":::
5353

5454
1. Submit the Restore operation and track the triggered job under **Backup jobs**.
5555

@@ -124,7 +124,7 @@ Before you restore the database objects, ensure that you properly dump and clean
124124

125125
You can download the roles script from your storage account as shown in the following screenshot:
126126

127-
:::image type="content" source="./media/restore-azure-database-postgresql-flex/containers.png" alt-text="Screenshot showing the containers page.":::
127+
:::image type="content" source="./media/restore-azure-database-postgresql-flex/containers-inline.png" alt-text="Screenshot showing the containers page." lightbox="./media/restore-azure-database-postgresql-flex/containers-expanded.png":::
128128

129129
When you migrate the output file, `roles.sql` might include certain roles and attributes that aren't applicable in the new environment. You must consider the following:
130130

0 commit comments

Comments
 (0)