Skip to content

Commit ea3dd93

Browse files
author
mmahipal
committed
Changed SIDB readme
1 parent 043fccc commit ea3dd93

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/sidb/README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Oracle Database Operator for Kubernetes (the operator) includes the Single Insta
88
* [Clone Existing Database](#clone-existing-database)
99
* [Patch/Rollback Database](#patchrollback-database)
1010

11-
1211
## Prerequisites
1312

1413
Oracle strongly recommends that you follow the [Prerequisites](./SIDB_PREREQUISITES.md).
@@ -233,18 +232,17 @@ $ kubectl get singleinstancedatabase sidb-sample -o "jsonpath={.status.status}"
233232

234233
## Patch/Rollback Database
235234

236-
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.
237236

238237
Patched Oracle Docker images can be built using this [patching extension](https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance/extensions/patching)
239238

240-
* ### Patching
239+
* ### Patch the Database
241240

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.
243242

244-
* ### Clone and Patch
243+
* ### Clone and Patch the Database
245244

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
248246

249247
* ### Datapatch status
250248

0 commit comments

Comments
 (0)