Skip to content

Commit 8d9a150

Browse files
committed
[postgreSQL] Add a considerations section.
1 parent 842e4b6 commit 8d9a150

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

articles/postgresql/flexible-server/concepts-maintenance.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: This article describes the scheduled maintenance feature in Azure D
44
author: varun-dhawan
55
ms.author: varundhawan
66
ms.reviewer: maghan
7-
ms.date: 04/27/2024
7+
ms.date: 06/27/2024
88
ms.service: postgresql
99
ms.subservice: flexible-server
10-
ms.topic: conceptual
10+
ms.topic: concept-article
1111
---
1212

1313
# Scheduled maintenance in Azure Database for PostgreSQL - Flexible Server
@@ -16,7 +16,7 @@ ms.topic: conceptual
1616

1717
Azure Database for PostgreSQL flexible server performs periodic maintenance to help keep your managed database secure, stable, and up to date. During maintenance, the server gets new features, updates, and patches.
1818

19-
> [!IMPORTANT]
19+
> [!IMPORTANT]
2020
> Avoid all server operations (modifications, configuration changes, starting/stopping the server) during Azure Database for PostgreSQL flexible server maintenance. Engaging in these activities can lead to unpredictable outcomes and possibly affect server performance and stability. Wait until maintenance concludes before you conduct server operations.
2121
2222
## Select a maintenance window
@@ -27,11 +27,11 @@ The system sends maintenance notifications 5 days in advance so that you have am
2727

2828
Notifications about upcoming scheduled maintenance can be:
2929

30-
* Emailed to a specific address.
31-
* Emailed to an Azure Resource Manager role.
32-
* Sent in a text message to mobile devices.
33-
* Pushed as a notification to an Azure app.
34-
* Delivered as a voice message.
30+
- Emailed to a specific address.
31+
- Emailed to an Azure Resource Manager role.
32+
- Sent in a text message to mobile devices.
33+
- Pushed as a notification to an Azure app.
34+
- Delivered as a voice message.
3535

3636
When you're specifying preferences for the maintenance schedule, you can choose a day of the week and a time window. If you don't specify a time window, the system chooses times between 11:00 PM and 7:00 AM in your server region's time. You can define different schedules for each Azure Database for PostgreSQL flexible server instance in your Azure subscription.
3737

@@ -42,10 +42,10 @@ You can update schedule settings at any time. If maintenance is scheduled for yo
4242

4343
## System-managed vs. custom maintenance schedules
4444

45-
You can define a system-managed schedule or a custom schedule for each Azure Database for PostgreSQL flexible server instance in your Azure subscription:
45+
You can define a system-managed schedule or a custom schedule for each Azure Database for PostgreSQL flexible server instance in your Azure subscription:
4646

47-
* With a system-managed schedule, the system chooses any 1-hour window between 11:00 PM and 7:00 AM in your server region's time.
48-
* With a custom schedule, you can specify your maintenance window for the server by choosing the day of the week and a 1-hour time window.
47+
- With a system-managed schedule, the system chooses any 1-hour window between 11:00 PM and 7:00 AM in your server region's time.
48+
- With a custom schedule, you can specify your maintenance window for the server by choosing the day of the week and a 1-hour time window.
4949

5050
Updates are first applied to servers with system-managed schedules, followed by servers with custom schedules after at least 7 days within a region. To receive early updates for development and test servers, use a system-managed schedule. This choice allows early testing and issue resolution before updates reach production servers with custom schedules.
5151

@@ -55,8 +55,15 @@ In rare cases, maintenance events can be canceled by the system or fail to finis
5555

5656
If an update is canceled or failed, the system creates a notification about the canceled or failed maintenance event. The next attempt to perform maintenance is scheduled according to your current schedule settings, and you receive a notification about it 5 days in advance.
5757

58-
## Next steps
58+
## Consideration and limitations
59+
60+
Some considerations when considering during monthly maintenance.
61+
62+
- Monthly maintenance are impactful and they involve some downtime.
63+
- Downtime depends on the transactional load on the server at the time of maintenance.
64+
65+
## Related content
5966

60-
* Learn how to [change the maintenance schedule](how-to-maintenance-portal.md).
61-
* Learn how to [get notifications about upcoming maintenance](../../service-health/service-notifications.md) by using Azure Service Health.
62-
* Learn how to [set up alerts for upcoming scheduled maintenance events](../../service-health/resource-health-alert-monitor-guide.md).
67+
- [change the maintenance schedule](how-to-maintenance-portal.md)
68+
- [get notifications about upcoming maintenance](../../service-health/service-notifications.md)
69+
- [set up alerts for upcoming scheduled maintenance events](../../service-health/resource-health-alert-monitor-guide.md)

0 commit comments

Comments
 (0)