Skip to content

Commit 2ce93b4

Browse files
authored
Merge pull request #5025 from jasomaning/consolidated_maintenance_guide
[PostgreSQL] revisions to consolidated maintenance notifications
2 parents d23722c + 8b13f6e commit 2ce93b4

6 files changed

Lines changed: 27 additions & 3 deletions

File tree

articles/postgresql/configure-maintain/concepts-maintenance.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,39 @@ Some considerations when considering during monthly maintenance:
6565

6666
## Applying Maintenance on Stopped/Disabled Instances
6767

68-
If a PostgreSQL server is stopped during scheduled maintenance, the maintenance won't be applied immediately. Instead, the maintenance will be applied when the server is restarted, either manually by the customer or automatically through the [7-day autorestart](./concepts-limits.md#stopstart-operations) feature. A notification is sent to the customer indicating that maintenance couldn't be applied because the server is stopped and applies when the server is restarted.
68+
If a PostgreSQL server is stopped during scheduled maintenance, the maintenance isn't applied immediately. Instead, the maintenance is applied when the server is restarted, either manually by the customer or automatically through the [7-day auto restart](./concepts-limits.md#stopstart-operations) feature. A notification is sent to the customer indicating that maintenance couldn't be applied because the server is stopped and applies when the server is restarted.
6969

7070
Customers might notice a slight increase in restart time (5-8 minutes) when pending maintenance is applied, particularly during manual restarts.
7171

7272
## Consolidated Maintenance Notifications
7373

74-
To help reduce notification fatigue, Azure Database for PostgreSQL now consolidates planned maintenance notifications for multiple servers in the same region into a single notification, instead of sending a separate notification for each server. This helps customers track upcoming maintenance more efficiently while preserving visibility into impacted resources.
74+
Customers running multiple Azure Databases for PostgreSQL servers may receive several separate notifications for the same planned maintenance event, making maintenance tracking more difficult. To reduce this overhead, Azure Database for PostgreSQL now consolidates planned maintenance notifications for multiple servers in the same region into a single notification. This helps reduce notification fatigue and makes it easier to track upcoming maintenance while maintaining visibility into impacted resources.
7575

76-
To view the servers in a subscription that have upcoming maintenance in a region, go to the Impacted Resources tab in the corresponding notification under Azure Service Health | Planned Maintenance. This tab lists each affected server in the subscription. For each resource, select More info to view details such as maintenance status and the scheduled maintenance start and end times for that server. To download a list of all impacted servers, select Export to CSV on the Impacted Resources tab. The exported .csv file includes each affected server along with its maintenance status and scheduled maintenance start and end times.
76+
> [!NOTE]
77+
> If you have configured a service health alert, you'll receive an email or Azure mobile app notification alerting you to upcoming planned maintenance in a region. For consolidated maintenance, a **single notification/email** is sent to inform you of upcoming maintenance in a region and another notification sent when maintenance is completed in the region. If maintenance is canceled for the region, you'll receive a 3rd notification/email. You don't receive a notification/email when maintenance is in progress nor complete for each server.
78+
79+
To view planned maintenance, select View in Azure Service Health within your maintenance notification email.
80+
81+
:::image type="content" source="./media/consolidated-maintenance/consolidated-maintenance-email-notification.png" alt-text="Screenshot that shows email notification for planned maintenance." lightbox="./media/consolidated-maintenance/consolidated-maintenance-email-notification.png":::
82+
83+
Next navigate to Planned Maintenance blade in [Azure Service Health Portal](https://portal.azure.com/#view/Microsoft_Azure_Health/AzureHealthBrowseBlade/%7E/serviceIssues) and select the specific Azure Database for PostgreSQL notification.
84+
85+
:::image type="content" source="./media/consolidated-maintenance/planned-maintenance-alert.png" alt-text="Screenshot that shows planned maintenance alert in Azure Service Health." lightbox="./media/consolidated-maintenance/planned-maintenance-alert.png":::
86+
87+
The summary tab contains details of upcoming maintenance in a region including the region, impacted subscriptions, start and end time of the maintenance. The start and end times shown represent the duration of the planned maintenance **for all impacted servers(s) in this region including yours**. To view the servers in the subscription that have upcoming maintenance and their scheduled start and end times, select the impacted resources tab. To view the list of notable features, PostgreSQL version changes, improvements, and issue fixes contained in the maintenance upgrade select the maintenance release notes on the summary page.
88+
89+
:::image type="content" source="./media/consolidated-maintenance/planned-maintenance-summary-page.png" alt-text="Screenshot that shows summary page of a planned maintenance alert." lightbox="./media/consolidated-maintenance/planned-maintenance-summary-page.png":::
90+
91+
The impacted resources tab lists each affected server in the subscription. For each resource, select More info to view details such as maintenance status, server specific scheduled maintenance start, and end times. To view the maintenance status, start and end time of all impacted servers, select Export to CSV on the Impacted Resources tab.
92+
93+
:::image type="content" source="./media/consolidated-maintenance/planned-maintenance-impacted-resources-page.png" alt-text="Screenshot that shows impacted resources page of a planned maintenance alert." lightbox="./media/consolidated-maintenance/planned-maintenance-impacted-resources-page.png":::
94+
95+
The exported .csv file includes each impacted server along with its maintenance status and scheduled maintenance start and end times. All times listed are in UTC.
96+
97+
:::image type="content" source="./media/consolidated-maintenance/planned-maintenance-export-to-csv.png" alt-text="Screenshot that shows csv export of impacted resources page of a planned maintenance alert." lightbox="./media/consolidated-maintenance/planned-maintenance-export-to-csv.png":::
98+
99+
>[!NOTE]
100+
>This .csv file represents a snapshot of the status of your impacted servers at one point in time. It's recommended to download .csv file again to check the current status of maintenance at any given time, especially to verify maintenance is complete on a server. For questions or support, create a [support request](https://aka.ms/azuresupportrequest) through the Azure portal.
77101
78102

79103
## Related content
247 KB
Loading
261 KB
Loading
463 KB
Loading
257 KB
Loading
319 KB
Loading

0 commit comments

Comments
 (0)