diff --git a/modules/ROOT/pages/backup-restore/online-backup.adoc b/modules/ROOT/pages/backup-restore/online-backup.adoc index b33af52fc..b564d122d 100644 --- a/modules/ROOT/pages/backup-restore/online-backup.adoc +++ b/modules/ROOT/pages/backup-restore/online-backup.adoc @@ -217,6 +217,21 @@ The error codes include details of what error was encountered. [[online-backup-configurations]] == Online backup configurations +[[online-backup-checkpoints]] +=== Checkpointing + +When a full backup is requested, it always triggers a checkpoint. +The backup cannot proceed until the checkpoint finishes. + +While the server is checkpointing, the backup job receives no data, which may lead to the backup timeout. +To extend the backup timeout, modify the xref:configuration/configuration-settings.adoc##config_causal_clustering.catch_up_client_inactivity_timeout[`causal_clustering.catch_up_client_inactivity_timeout`] setting, which restricts the network inactivity. +It controls the timeout duration of the catchup protocol, which is the underlying protocol of multiple catchup processes, including backups. + +You can also tune up xref:configuration/configuration-settings.adoc#_checkpoint_settings[the Checkpoint settings] or check that your disks are performant enough to handle the load. +For more information, see xref:performance/disks-ram-and-other-tips.adoc#performance-checkpoint-iops-limit[Checkpoint IOPS limit]. + + + [[backup-server-configuration]] === Server configuration