Skip to content

Commit 9c55f13

Browse files
(DOCSP-9089): Operator: backup enabled -> disabled
1 parent f88b9fc commit 9c55f13

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

source/tutorial/plan-om-resource.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,27 @@ You can update any additional |s3| :opsmgr:`configuration settings
199199
</tutorial/manage-s3-blockstore-storage/#provide-the-s3-blockstore-details>`
200200
that are not managed by the |k8s-op-short| through the |application|.
201201

202+
Disable Backup
203+
++++++++++++++
204+
205+
To disable backup after you have enabled it:
206+
207+
1. Set the |onprem| |k8s| |k8s-obj| :opsmgrkube:`spec.backup.enabled`
208+
setting to ``false``.
209+
210+
#. Delete the :ref:`backup-daemon` |k8s-statefulset|:
211+
212+
.. code-block:: sh
213+
214+
kubectl delete statefulset <metadata.name>-backup-daemon -n <namespace>
215+
216+
.. important::
217+
218+
The |k8s-pvc| and |k8s-pv| for the Backup Daemon's
219+
:term:`head database` are not deleted when you delete the
220+
:ref:`backup-daemon` |k8s-statefulset|. You can retrieve the data
221+
stored here before you delete these |k8s| resources.
222+
202223
Ops Manager Application Access
203224
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
204225

0 commit comments

Comments
 (0)