Skip to content

Commit

Permalink
Added link to pricing (#3526)
Browse files Browse the repository at this point in the history
  • Loading branch information
atovpeko authored Oct 25, 2024
1 parent 35f877d commit ee46174
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 1 addition & 3 deletions use-timescale/backup-restore/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ Timescale automatically handles backup and restore for all
services using the `pgBackRest` tool. You don't need to perform
backups for your Timescale service manually.

Timescale also offers self-initiated point-in-time recovery (PITR) in the console.
This allows you to fork a service to any point in the last 3 days in a
fork of the service being restored.
Timescale also offers self-initiated point-in-time recovery (PITR) in Console.

* [Backup and restore][backup-recovery] in Timescale
* Performing a [point-in-time recovery][pitr] in Timescale
Expand Down
9 changes: 6 additions & 3 deletions use-timescale/backup-restore/point-in-time-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ tags: [recovery, restore, pitr]
# Point-in-time recovery

Point-in-time recovery allows you to recover your database from a destructive
or unwanted action or change. Timescale allows you to perform a point-in-time
recovery of your service to any point in the last 3 days. Initiating a
or unwanted action or change. You can recover a service to any point within the period [defined by your pricing plan][pricing-and-account-management].

Initiating a
point-in-time recovery of your service creates a fork of your service that
matches the state of your database at the specified time of recovery. The
original service stays untouched to avoid losing data created since the
Expand Down Expand Up @@ -45,4 +46,6 @@ can pause the original to only pay storage costs.
1. If you would like to use your application to use the recovered fork, ensure
you update your connection strings to the fork throughout your app.

</Procedure>
</Procedure>

[pricing-and-account-management]: /about/:currentVersion:/pricing-and-account-management/

0 comments on commit ee46174

Please sign in to comment.