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: about/changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -919,7 +919,7 @@ Highlighted features in TimescaleDB v2.17 are:
919
919
920
920
### HIPAA compliance
921
921
922
-
Timescale Cloud's [Enterprise plan](https://docs.timescale.com/about/latest/pricing-and-account-management/#features-included-in-each-plan) is now HIPAA (Health Insurance Portability and Accountability Act) compliant. This allows organizations to securely manage and analyze sensitive healthcare data, ensuring they meet regulatory requirements while building compliant applications.
922
+
Timescale Cloud's [Enterprise plan](https://docs.timescale.com/about/latest/pricing-and-account-management/#features-included-in-each-pricing-plan) is now HIPAA (Health Insurance Portability and Accountability Act) compliant. This allows organizations to securely manage and analyze sensitive healthcare data, ensuring they meet regulatory requirements while building compliant applications.
Copy file name to clipboardExpand all lines: use-timescale/backup-restore.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,31 @@
1
1
---
2
-
title: Back up and recover your Tiger services
3
-
excerpt: See how and when Tiger backs up your data, making sure you always have something to fall back on in case of disaster recovery
2
+
title: Back up and recover services
3
+
excerpt: Tiger Cloud backs up your data, making sure you always have something to fall back on for disaster recovery
4
4
products: [cloud]
5
5
keywords: [backups, restore]
6
6
tags: [recovery, failures]
7
7
---
8
8
9
-
# Back up and recover your $SERVICE_SHORTs
9
+
import CLIFORKS from "versionContent/_partials/_devops-cli-service-forks.mdx";
10
10
11
-
$CLOUD_LONG automatically handles backup for your $SERVICE_LONGs using the `pgBackRest` tool. You don't need to perform backups manually. What's more, with [cross-region backup][cross-region], you are protected when an entire AWS region goes down.
11
+
# Back up and recover $SERVICE_SHORTs
12
12
13
-
$CLOUD_LONG automatically creates one full backup every week, and
14
-
incremental backups every day in the same region as your $SERVICE_SHORT.
13
+
$CLOUD_LONG provides comprehensive backup and recovery solutions to protect your data, including automatic daily backups,
14
+
cross-region protection, and point-in-time recovery.
15
15
16
-
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`.
16
+
## Automatic backups
17
+
18
+
$CLOUD_LONG automatically handles backup for your $SERVICE_LONGs using the `pgBackRest` tool. You don't need to perform
19
+
backups manually. What's more, with [cross-region backup][cross-region], you are protected when an entire AWS region goes down.
17
20
18
-
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:
21
+
$CLOUD_LONG automatically creates one full backup every week, and incremental backups every day in the same region as
22
+
your $SERVICE_SHORT. Additionally, all [Write-Ahead Log (WAL)][wal] files are retained back to the oldest full backup.
23
+
This means that you always have a full backup available for the current and previous week:
19
24
20
25

21
26
27
+
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`.
28
+
22
29
In the event of a storage failure, a $SERVICE_SHORT automatically recovers from a backup
23
30
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].
24
31
@@ -101,6 +108,7 @@ You initiate a point-in-time recovery from a same-region or cross-region backup
101
108
1. Confirm by clicking `Create recovery fork`.
102
109
103
110
A fork of the $SERVICE_SHORT is created. The recovered $SERVICE_SHORT shows in `Services` with a label specifying which $SERVICE_SHORT it has been forked from.
111
+
104
112
1. Update the connection strings in your app
105
113
106
114
Since the point-in-time recovery is done in a fork, to migrate your
@@ -120,6 +128,11 @@ You initiate a point-in-time recovery from a same-region or cross-region backup
0 commit comments