diff --git a/docs/source/restore/index.rst b/docs/source/restore/index.rst index cbc4a94d9..67948c894 100644 --- a/docs/source/restore/index.rst +++ b/docs/source/restore/index.rst @@ -85,3 +85,18 @@ Restore speed is controlled by many parameters (see :ref:`sctool restore ` restore task, :ref:`update ` it with ``--unpin-agent-cpu``, and :ref:`resume ` it. + +Interference with backup and repair tasks +========================================= + +It is advisable to manually make sure that the restore task does not interfere with backup or repair tasks. + +#. Do not start backup or repair tasks when restore task is running. +#. If scheduled runs of backup or repair tasks can interfier with restore task, then disable them until restore is complete:: + + # check Next column to determine when next run of a task is scheduled + $ sctool tasks -a + + # disable repair/backup tasks if needed + $ sctool repair update -c CLUSTER-ID SCHEDULED-REPAIR-TASK-ID --enabled=false + $ sctool backup update -c CLUSTER-ID SCHEDULED-BACKUP-TASK-ID --enabled=false