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
Copy file name to clipboardExpand all lines: use-timescale/backup-restore.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,6 @@ You can have one cross-region backup per $SERVICE_SHORT. To change the region of
70
70
71
71
## Create a point-in-time recovery fork
72
72
73
-
<Availability products={['cloud']} />
74
-
75
73
<PitrIntro />
76
74
77
75
You initiate a point-in-time recovery from a same-region or cross-region backup in $CONSOLE_LONG:
@@ -123,21 +121,26 @@ You initiate a point-in-time recovery from a same-region or cross-region backup
123
121
124
122
<Tabtitle="Tiger Cloud on Azure"label="azure-cloud">
125
123
126
-
$CLOUD_LONG automatically handles backup for your $SERVICE_LONGs using the `pgBackRest` tool. You don't need to perform backups manually. $CLOUD_LONG creates one full backup every week, and incremental backups every day in the same region as your $SERVICE_SHORT.
124
+
$CLOUD_LONG provides comprehensive backup and recovery solutions to protect your data, including automatic daily backups and point-in-time recovery.
127
125
128
-
On [$SCALE and $PERFORMANCE][pricing-and-account-management] $PRICING_PLANs, you can check the list of backups for the previous 14 days in $CONSOLE_LONG. To do so, select your $SERVICE_SHORT, then click `Operations` > `Backup and restore` > `Backup history`.
126
+
## Automatic backups
127
+
128
+
$CLOUD_LONG automatically handles backup for your $SERVICE_LONGs using the `pgBackRest` tool. You don't need to perform
129
+
backups manually.
130
+
131
+
$CLOUD_LONG automatically creates one full backup every week, and incremental backups every day in the same region as
132
+
your $SERVICE_SHORT. Additionally, all [Write-Ahead Log (WAL)][wal] files are retained back to the oldest full backup.
133
+
This means that you always have a full backup available for the current and previous week:
129
134
130
-
Additionally, all [Write-Ahead Log (WAL)][wal] files are retained back to the oldest full backup. This means that you always have a full backup available for the current and previous week:
135
+

131
136
132
-

137
+
On [$SCALE and $PERFORMANCE][pricing-and-account-management] $PRICING_PLANs, you can check the list of backups for the previous 14 days in $CONSOLE_LONG. To do so, select your $SERVICE_SHORT, then click `Operations` > `Backup and restore` > `Backup history`.
133
138
134
139
In the event of a storage failure, a $SERVICE_SHORT automatically recovers from a backup
135
140
to the point of failure. If the whole availability zone goes down, your $SERVICE_LONGs are recovered in a different zone. In the event of a user error, you can [create a point-in-time recovery fork][create-fork].
136
141
137
142
## Create a point-in-time recovery fork
138
143
139
-
<Availability products={['cloud']} />
140
-
141
144
<PitrIntro />
142
145
143
146
You initiate a point-in-time recovery in $CONSOLE_LONG:
@@ -150,7 +153,7 @@ You initiate a point-in-time recovery in $CONSOLE_LONG:
150
153
1. Select the recovery point, ensuring the correct time zone (UTC offset).
0 commit comments