File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,27 @@ You can update any additional |s3| :opsmgr:`configuration settings
199
199
</tutorial/manage-s3-blockstore-storage/#provide-the-s3-blockstore-details>`
200
200
that are not managed by the |k8s-op-short| through the |application|.
201
201
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
+
202
223
Ops Manager Application Access
203
224
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
204
225
You can’t perform that action at this time.
0 commit comments