From b634366eb9b0bb1c52cd0bfa161db8c992266a51 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Tue, 19 Aug 2025 11:48:59 +0300 Subject: [PATCH 1/2] draft --- use-timescale/backup-restore.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/use-timescale/backup-restore.md b/use-timescale/backup-restore.md index 0f2161dac3..2f2c362c5a 100644 --- a/use-timescale/backup-restore.md +++ b/use-timescale/backup-restore.md @@ -11,8 +11,9 @@ 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. To check the list of backups for the previous 14 days, select your $SERVICE_SHORT in the $CONSOLE_LONG, 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) From f7bbfe07e5cb8b7597816e00b7b50306873fdcb4 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Fri, 12 Sep 2025 12:42:18 +0300 Subject: [PATCH 2/2] update on review --- about/pricing-and-account-management.md | 1 + use-timescale/backup-restore.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/about/pricing-and-account-management.md b/about/pricing-and-account-management.md index cc63c6ecfc..f9df47f4a4 100644 --- a/about/pricing-and-account-management.md +++ b/about/pricing-and-account-management.md @@ -158,6 +158,7 @@ The features included in each [$PRICING_PLAN][pricing-plans] are: | High-availability replicas
(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 | | ✓ | ✓ | diff --git a/use-timescale/backup-restore.md b/use-timescale/backup-restore.md index 2f2c362c5a..745d9f683f 100644 --- a/use-timescale/backup-restore.md +++ b/use-timescale/backup-restore.md @@ -11,7 +11,9 @@ 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. To check the list of backups for the previous 14 days, select your $SERVICE_SHORT in the $CONSOLE_LONG, then click `Operations` > `Backup and restore` > `Backup history`. +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: