Skip to content

Commit f1d32af

Browse files
authored
Update configurable-backups.md
added note to document that sometimes backups can be skipped if a successful backup happened < 24 hours ago.
1 parent deab992 commit f1d32af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/cloud/manage/backups/configurable-backups.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ ClickHouse Cloud allows you to configure the schedule for your backups for **Sca
2424
The custom schedule will override the default backup policy in ClickHouse Cloud for your given service.
2525
:::
2626

27+
:::note
28+
In some rare scenarios, the backup scheduler will not respect the **Start Time** specified for backups. Specifically, this happens if there was a successful backup triggered < 24 hours from the time of the currently scheduled backup. This could happen due to a retry mechanism we have in place for backups. In such instances, the scheduler will skip over the backup for the current day, and will retry the backup the next day at the scheduled time.
29+
:::
30+
2731
To configure the backup schedule for a service, go to the **Settings** tab in the console and click on **Change backup configuration**.
2832

2933
<Image img={backup_settings} size="lg" alt="Configure backup settings" border/>

0 commit comments

Comments
 (0)