Skip to content

Commit 18e0258

Browse files
committed
Updated day_of_week references and removed inaccurate defaults for that value
1 parent 25e22e2 commit 18e0258

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3445,8 +3445,6 @@ paths:
34453445

34463446
All Managed Databases include automatic patch updates, which apply security patches and updates to the underlying operating system of the Managed MongoDB Database. The maintenance window for these updates is configured with the Managed Database's `updates` property.
34473447

3448-
* By default, the maintenance window is set to start *every week* on *Sunday* at *20:00 UTC* and lasts for 3 hours.
3449-
34503448
* If your database cluster is configured with a single node, you will experience downtime during this maintenance window when any updates occur. It's recommended that you adjust this window to match a time that will be the least disruptive for your application and users. You may also want to consider upgrading to a high availability plan to avoid any downtime due to maintenance.
34513449

34523450
* **The database software is not updated automatically.** To upgrade to a new database engine version, consider deploying a new Managed Database with your preferred version. You can then migrate your databases from the original Managed Database cluster to the new one.
@@ -19773,7 +19771,7 @@ components:
1977319771
type: integer
1977419772
minimum: 1
1977519773
maximum: 7
19776-
description: The day to perform maintenance. 1=Sunday, 2=Monday, etc.
19774+
description: The day to perform maintenance. 1=Monday, 2=Tuesday, etc.
1977719775
example: 1
1977819776
week_of_month:
1977919777
type: integer

0 commit comments

Comments
 (0)