psm MySQLCS rollback
Rolls back a patch that was applied to a MySQL Cloud Serviceinstance.
Syntax
In the following syntax, line breaks have been added for clarity. Do not include them when entering the command.
psm MySQLCS rollback
-s|--service-name instance-name
-r|--rollback-id patch-id
-a|--additional-note string
[-wc|--wait-until-complete true|false]
[-of|--output-format json|html|short]
Parameters
Parameter | Description |
---|---|
|
Specifies the name of the MySQL Cloud Service instance. |
|
Specifies the patch ID of the patch to roll back. To retrieve a list of patches applied to a service instance, see psm MySQLCS applied-patches. |
|
(Optional) Text string. Add a note to describe the patching operation. |
|
(Optional) If set to Waiting for the job to complete... (it cannot be cancelled) The default value is |
|
(Optional) Specifies the output format of the command’s response:
The default output format is the one you specified when using the |
Examples
The following example rolls back patch 5.7.13.1–EE
from the MySQL57-aas
instance.
$ psm MySQLCS rollback --service-name MySQL57-aas --rollback-id 5.7.13.1–EE