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
After the backup configuration is complete, you can [run an on-demand backup](back-up-azure-database-postgresql-flex-backup-cli.md#run-an-on-demand-backup) to create the first full backup for the database.
After the backup configuration is complete, you can [run an on-demand backup](back-up-azure-database-postgresql-flex-backup-powershell.md#run-an-on-demand-backup) to create the first full backup for the database.
Copy file name to clipboardExpand all lines: articles/backup/quick-backup-postgresql-flexible-server-terraform.md
+93-93Lines changed: 93 additions & 93 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@ Before you configure backup for Azure Database for PostgreSQL - Flexible Server,
25
25
26
26
*[Install and configure Terraform](/azure/developer/terraform/quickstart-configure).
27
27
28
-
*Log in to your Azure account and [authenticate to Azure](/azure/developer/terraform/authenticate-to-azure).
28
+
*Sign in to your Azure account and [authenticate to Azure](/azure/developer/terraform/authenticate-to-azure).
29
29
30
30
>[!Note]
31
31
>Terraform only supports authenticating to Azure with the Azure CLI. Authenticating using Azure PowerShell isn't supported. Therefore, while you can use the Azure PowerShell module when doing your Terraform work, you first need to authenticate to Azure.
32
32
33
33
## Implement the Terraform code
34
34
35
35
> [!NOTE]
36
-
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform)
36
+
> See more [articles and sample code showing how to use Terraform to manage Azure resources](/azure/terraform).
37
37
38
38
1. Create a directory you can use to test the sample Terraform code and make it your current directory.
39
39
@@ -58,120 +58,120 @@ Before you configure backup for Azure Database for PostgreSQL - Flexible Server,
58
58
59
59
3. Create a file named `main.tf` and insert the following code:
@@ -24,13 +24,13 @@ To configure backup on the Azure Database for PostgreSQL - Flexible Server via A
24
24
25
25
Alternatively, for configuring backup from the **Backup vault** pane, go to the **Backup vault** > **Overview**, and then select **+ Backup**.
26
26
27
-
To configure backup from the **database** pane, go to the **PostgreSQL - flexible server** pane, and then select **Settings** > **LTR (Vaulted Backups)**.
27
+
To configure backup from the **Database manage** pane, go to the **PostgreSQL - flexible server** pane, and then select **Settings** > **LTR (Vaulted Backups)**.
28
28
29
29
2. On the **Configure protection** pane, select **Resource managed by** as **Azure**, **Datasource type** as **Azure Database for PostgreSQL flexible servers**, and **Solution** as **Azure Backup**, and then select **Continue**.
30
30
31
31
:::image type="content" source="./media/configure-postgresql-flexible-server-backup/configure-protection-pane.png" alt-text="Screenshot shows the datasource and solution selection." lightbox="./media/configure-postgresql-flexible-server-backup/configure-protection-pane.png":::
32
32
33
-
3. On the **Configure Backup** pane, on the **Basics** tab, check if **Datasource type** appears as **Azure Database for PostgreSQL flexible servers**, choose an existing Backup vault from the**Select a Vault** dropdown list, and then select **Next**.
33
+
3. On the **Configure Backup** pane, on the **Basics** tab, check if **Datasource type** appears as **Azure Database for PostgreSQL flexible servers**, click **Select vault** under **Vault** and choose an existing Backup vault from the dropdown list, and then select **Next**.
34
34
35
35
If you don't have a Backup vault, [create a new one](../articles/backup/create-manage-backup-vault.md#create-a-backup-vault).
36
36
@@ -52,7 +52,7 @@ To configure backup on the Azure Database for PostgreSQL - Flexible Server via A
52
52
53
53
Once you're on the **Datasources** tab, the Azure Backup service validates if it has all the necessary access permissions to connect to the server. If one or more access permissions are missing, one of the following error messages appears – **User cannot assign roles** or **Role assignment not done**.
54
54
55
-
-**User cannot assign roles**: This message appears when you (the backup admin) don’t have the **write access** on the PostgreSQL - flexible Server as listed under **View details**. To assign the necessary permissions on the required resources, select **Download the assignment template** to fetch the ARM template, and run the template as a PostgreSQL database administrator. Once the template is run successfully, select **Re-validate**.
55
+
-**User cannot assign roles**: This message appears when you (the backup admin) don’t have the **write access** on the PostgreSQL - flexible Server as listed under **View details**. To assign the necessary permissions on the required resources, select **Download role assignment template** to fetch the ARM template, and run the template as a PostgreSQL database administrator. Once the template is run successfully, select **Revalidate**.
56
56
57
57
:::image type="content" source="./media/configure-postgresql-flexible-server-backup/user-cannot-assign-role.png" alt-text="Screenshot shows the role assignment using a template." lightbox="./media/configure-postgresql-flexible-server-backup/user-cannot-assign-role.png":::
Copy file name to clipboardExpand all lines: includes/postgresql-flexible-server-on-demand-backup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ To trigger an on-demand backup (that's not in the schedule specified in the poli
17
17
:::image type="content" source="./media/postgresql-flexible-server-on-demand-backup/filter-datasource-type.png" alt-text="screenshot shows the selection of datasource type." lightbox="./media/postgresql-flexible-server-on-demand-backup/filter-datasource-type.png":::
18
18
19
19
2. Select the protected item to run an on-demand backup.
20
-
3. On the **Protected item** pane, select **more** icon under the **Associated items** section, and then select **Backup now**.
20
+
3. On the **Protected items** pane, select **more** icon under the **Associated items** section, and then select **Backup now**.
21
21
22
22
:::image type="content" source="./media/postgresql-flexible-server-on-demand-backup/run-on-demand-datasource-backup.png" alt-text="screenshot shows how to run an on-demand backup." lightbox="./media/postgresql-flexible-server-on-demand-backup/run-on-demand-datasource-backup.png":::
23
23
24
-
4. On the **Backup Now** pane, validate **Retention rules** as per the associated Backup policy, and then select **Backup now**.
24
+
4. On the **Backup Now** pane, validate Retention rules as per the associated Backup policy, and then select **Backup now**.
25
25
26
26
:::image type="content" source="./media/postgresql-flexible-server-on-demand-backup/start-backup-now.png" alt-text="screenshot shows how to start the Backup now operation." lightbox="./media/postgresql-flexible-server-on-demand-backup/start-backup-now.png":::
0 commit comments