Skip to content

Commit 043fccc

Browse files
author
mmahipal
committed
Changed doc to docs
1 parent c9cebae commit 043fccc

26 files changed

+3
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/sidb/README.md renamed to docs/sidb/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,11 @@ $ kubectl get singleinstancedatabase sidb-sample -o "jsonpath={.status.status}"
237237

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

240-
* ### In Place Resources or Objects
240+
* ### Patching
241241

242-
Edit the `.yaml` file of the database resourece/object and specify a new release update for release or image attributes. The database pods will be restarted
243-
with the new release update image. For minimum downtime, ensure that you have mutiple replicas of the database pods running.
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.
244243

245-
* ### Out of Place
244+
* ### Clone and Patch
246245

247246
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
248247
cloned database. Use this method to enusure there are no patching related issues impacting your database performance/functionality
File renamed without changes.

0 commit comments

Comments
 (0)