You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Databases running in your cluster and managed by this operator can be patched or rolled back between release updates of the same major release. To patch databases, specify an image of the higher release update, and to roll back, specify an image of the lower release update.
235
+
Databases running in your cluster and managed by this operator can be patched or rolled back between release updates of the same major release. To patch databases, specify an image of the higher release update, and to roll back, specify an image of the lower release update.
237
236
238
237
Patched Oracle Docker images can be built using this [patching extension](https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance/extensions/patching)
239
238
240
-
*### Patching
239
+
*### Patch the Database
241
240
242
-
Edit the `singleinstancedatabase.yaml` file of the database resource/object and specify a new release update for release or image attributes and apply the `singleinstancedatabase.yaml` file. The database pods will be restarted with the new release update image. For minimum downtime, ensure that you have mutiple replicas of the database pods running.
241
+
Edit and apply the `singleinstancedatabase.yaml` file of the database resource/object by specifying a new release update for image attributes. The database pods will be restarted with the new release update image. For minimum downtime, ensure that you have mutiple replicas of the database pods running.
243
242
244
-
*### Clone and Patch
243
+
*### Clone and Patch the Database
245
244
246
-
Clone your source database using the method of [cloning existing database](README.md#clone-existing-database) and specify a new release version/image for the
247
-
cloned database. Use this method to enusure there are no patching related issues impacting your database performance/functionality
245
+
Clone your source database using the method of [cloning existing database](README.md#clone-existing-database) and specify a new release image for the cloned database. Use this method to enusure there are no patching related issues impacting your database performance/functionality
0 commit comments