Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions about/pricing-and-account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ The features included in each [$PRICING_PLAN][pricing-plans] are:
| High-availability replicas <br/>(Automated multi-AZ failover) | ✓ | ✓ | ✓ |
| Read replicas | | ✓ | ✓ |
| Cross-region backup | | | ✓ |
| Backup reports | | 14 days | 14 days |
| Point-in-time recovery and forking | 3 days | 14 days | 14 days |
| Performance insights | ✓ | ✓ | ✓ |
| Metrics and log exporters | | ✓ | ✓ |
Expand Down
7 changes: 5 additions & 2 deletions use-timescale/backup-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ tags: [recovery, failures]
$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.

$CLOUD_LONG automatically creates one full backup every week, and
incremental backups every day in the same region as your $SERVICE_SHORT. 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:
incremental backups every day in the same region as your $SERVICE_SHORT.

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`.

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:

![Backup in Tiger Cloud](https://assets.timescale.com/docs/images/database-backup-recovery.png)

Expand Down