Skip to content

Commit 979896e

Browse files
authored
Merge pull request #623 from bbiggerr/fix/dbaas-patch
[Fix] Managed MySQL Database Create; Managed MySQL Database Update; Managed MySQL Database Patch
2 parents 449f55f + b6f5c8d commit 979896e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3274,13 +3274,13 @@ paths:
32743274

32753275
All Managed Databases include automatic, daily backups. Up to seven backups are automatically stored for each Managed Database, providing restore points for each day of the past week.
32763276

3277-
All Managed Databases include automatic patch updates.
3277+
All Managed Databases include automatic patch updates, which apply security patches and updates to the underlying operating system of the Managed MySQL Database during configurable maintenance windows.
32783278

32793279
* By default, the maintenance window is set to start *every week* on *Sunday* at *20:00 UTC* and lasts for 3 hours.
32803280

32813281
* 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.
32823282

3283-
* Currently, these automatic updates do not include major releases for the database engine software (DBMS). To upgrade to a new major version (such as upgrading MySQL 8.0.26 to 9.0.0), consider deploying a new Managed Database with your preferred version. Then, once it's deployed, you can [migrate your database](/docs/products/databases/managed-databases/guides/migrate-mysql/).
3283+
* **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](/docs/products/databases/managed-databases/guides/migrate-mysql/) from the original Managed Database cluster to the new one.
32843284

32853285
* To modify update the maintenance window for a Database, use the **Managed MySQL Database Update** ([PUT /databases/mysql/instances/{instanceId}](/docs/api/databases/#managed-mysql-database-update)) command.
32863286

@@ -3459,13 +3459,13 @@ paths:
34593459
* Entering an empty array (`[]`) blocks all connections (both public and private) to the Managed Database.
34603460
* **Note**: Updates to the `allow_list` may take a short period of time to complete, making this command inappropriate for rapid successive updates to this property.
34613461

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

34643464
* By default, the maintenance window is set to start *every week* on *Sunday* at *20:00 UTC* and lasts for 3 hours.
34653465

34663466
* 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.
34673467

3468-
* Currently, these automatic updates do not include major releases for the database engine software (DBMS). To upgrade to a new major version (such as upgrading MySQL 8.0.26 to 9.0.0), consider deploying a new Managed Database with your preferred version. Then, once it's deployed, you can [migrate your database](/docs/products/databases/managed-databases/guides/migrate-mysql/).
3468+
* **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](/docs/products/databases/managed-databases/guides/migrate-mysql/) from the original Managed Database cluster to the new one.
34693469

34703470
**Beta**: This endpoint is in **open** beta. During the beta period, Managed Databases will not incur any charges.
34713471
If you deploy a Managed Database during this time, you will receive a notice with pricing details in advance of the
@@ -3968,7 +3968,7 @@ paths:
39683968
x-linode-cli-action: mysql-patch
39693969
x-linode-grant: unrestricted only
39703970
description: |
3971-
Update the minor patch version of the Managed MySQL Database.
3971+
Apply security patches and updates to the underlying operating system of the Managed MySQL Database. This function runs during regular maintenance windows, which are configurable with the **Managed MySQL Database Update** ([PUT /databases/mysql/instances/{instanceId}](/docs/api/databases/#managed-mysql-database-update)) command.
39723972

39733973
The Database must have an `active` status to perform this command.
39743974

@@ -3978,7 +3978,7 @@ paths:
39783978

39793979
* If your database cluster is configured with a single node, you will experience downtime during this maintenance. Consider upgrading to a high availability plan to avoid any downtime due to maintenance.
39803980

3981-
* Currently, patching does not include major releases for the database engine software (DBMS). To patch to a new major version (such as upgrading MySQL 8.0.26 to 9.0.0), consider deploying a new Managed Database with your preferred version. Then, once it's deployed, you can [migrate your database](/docs/products/databases/managed-databases/guides/migrate-mysql/).
3981+
* **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](/docs/products/databases/managed-databases/guides/migrate-mysql/) from the original Managed Database cluster to the new one.
39823982

39833983
**Beta**: This endpoint is in **open** beta. During the beta period, Managed Databases will not incur any charges.
39843984
If you deploy a Managed Database during this time, you will receive a notice with pricing details in advance of the

0 commit comments

Comments
 (0)