You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Periodic backups provide a way to restore data with minimal data loss. With Redis Enterprise Software, you can schedule periodic backups to occur once a day (every 24 hours), twice a day (every twelve hours), every four hours, or every hour.
15
15
16
-
As of v6.2.8, you can specify the start time for 24-hour or 12-hour backups.
16
+
As of v6.2.8, you can specify the start time in UTC for 24-hour or 12-hour backups.
17
17
18
18
To make an on-demand backup, [export your data]({{< relref "/operate/rs/databases/import-export/export-data.md" >}}).
19
19
@@ -71,15 +71,15 @@ To schedule periodic backups for a database:
71
71
| Setting | Description |
72
72
|--------------|-------------|
73
73
|**Interval**| Specifies the frequency of the backup; that is, the time between each backup snapshot.<br/><br/>Supported values include _Every 24 hours_, _Every 12 hours_, _Every 4 hours_, and _Every hour_. |
74
-
|**Starting time**|_v6.2.8 or later: _ Specifies the start time for the backup; available when **Interval** is set to _Every 24 hours_ or _Every 12 hours_.<br/><br/>If not specified, defaults to a time selected by Redis Enterprise Software. |
74
+
|**Starting time**|_v6.2.8 or later: _ Specifies the start time in UTC for the backup; available when **Interval** is set to _Every 24 hours_ or _Every 12 hours_.<br/><br/>If not specified, defaults to a time selected by Redis Enterprise Software. |
75
75
76
76
7. Select **Save**.
77
77
78
78
Access to the storage location is verified when you apply your updates. This means the location, credentials, and other details must exist and function before you can enable periodic backups.
79
79
80
80
## Default backup start time
81
81
82
-
If you do _not_ specify a start time for twenty-four or twelve hour backups, Redis Enterprise Software chooses a random starting time for you.
82
+
If you do _not_ specify a start time for twenty-four or twelve hour backups, Redis Enterprise Software chooses a random starting time in UTC for you.
83
83
84
84
This choice assumes that your database is deployed to a multi-tenant cluster containing multiple databases. This means that default start times are staggered (offset) to ensure availability. This is done by calculating a random offset which specifies a number of seconds added to the start time.
Copy file name to clipboardExpand all lines: content/operate/rs/databases/import-export/schedule-backups.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ weight: 40
12
12
13
13
Periodic backups provide a way to restore data with minimal data loss. With Redis Enterprise Software, you can schedule periodic backups to occur once a day (every 24 hours), twice a day (every twelve hours), every four hours, or every hour.
14
14
15
-
As of v6.2.8, you can specify the start time for 24-hour or 12-hour backups.
15
+
As of v6.2.8, you can specify the start time in UTC for 24-hour or 12-hour backups.
16
16
17
17
To make an on-demand backup, [export your data]({{< relref "/operate/rs/databases/import-export/export-data.md" >}}).
18
18
@@ -70,15 +70,15 @@ To schedule periodic backups for a database:
70
70
| Setting | Description |
71
71
|--------------|-------------|
72
72
|**Interval**| Specifies the frequency of the backup; that is, the time between each backup snapshot.<br/><br/>Supported values include _Every 24 hours_, _Every 12 hours_, _Every 4 hours_, and _Every hour_. |
73
-
|**Starting time**|_v6.2.8 or later: _ Specifies the start time for the backup; available when **Interval** is set to _Every 24 hours_ or _Every 12 hours_.<br/><br/>If not specified, defaults to a time selected by Redis Enterprise Software. |
73
+
|**Starting time**|_v6.2.8 or later: _ Specifies the start time in UTC for the backup; available when **Interval** is set to _Every 24 hours_ or _Every 12 hours_.<br/><br/>If not specified, defaults to a time selected by Redis Enterprise Software. |
74
74
75
75
7. Select **Save**.
76
76
77
77
Access to the storage location is verified when you apply your updates. This means the location, credentials, and other details must exist and function before you can enable periodic backups.
78
78
79
79
## Default backup start time
80
80
81
-
If you do _not_ specify a start time for twenty-four or twelve hour backups, Redis Enterprise Software chooses a random starting time for you.
81
+
If you do _not_ specify a start time for twenty-four or twelve hour backups, Redis Enterprise Software chooses a random starting time in UTC for you.
82
82
83
83
This choice assumes that your database is deployed to a multi-tenant cluster containing multiple databases. This means that default start times are staggered (offset) to ensure availability. This is done by calculating a random offset which specifies a number of seconds added to the start time.
0 commit comments