Skip to content

Commit 16cefcc

Browse files
committed
Geo backups and Fast Restore
Removed preview tags for geo backups and restore Added Fast restore
1 parent b72bb7c commit 16cefcc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

articles/postgresql/flexible-server/concepts-backup-restore.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Flexible Server offers three options:
4747

4848
By default, backup storage for servers with same-zone high availability (HA) or no high-availability configuration is set to locally redundant.
4949

50-
- **Geo-redundant backup storage (preview)**: You can choose this option at the time of server creation. When the backups are stored in geo-redundant backup storage, in addition to three copies of data stored within the region where your server is hosted, the data is replicated to a geo-paired region.
50+
- **Geo-redundant backup storage**: You can choose this option at the time of server creation. When the backups are stored in geo-redundant backup storage, in addition to three copies of data stored within the region where your server is hosted, the data is replicated to a geo-paired region.
5151

5252
This option provides the ability to restore your server in a different region in the event of a disaster. It also provides at least 99.99999999999999 percent (16 nines) durability of backup objects over a year.
5353

@@ -103,6 +103,8 @@ With continuous backup of transaction logs, you'll be able to restore to the las
103103

104104
- **Custom restore point**: This option allows you to choose any point in time within the retention period defined for this flexible server. By default, the latest time in UTC is automatically selected. Automatic selection is useful if you want to restore to the last committed transaction for test purposes. You can optionally choose other days and times.
105105

106+
- **Fast restore point**: This option allows users to restore the server in the fastest time possible within the retention period defined for their flexible server. Fastest restore is possible by directly choosing the timestamp from the list of backups. This restore operation provisions a server and simply restores the full snapshot backup and doesn't require any recovery of logs which makes it fast. We recommend you select a backup timestamp which is greater than the earliest restore point in time for a successful restore operation.
107+
106108
For latest and custom restore point options, the estimated time to recover depends on several factors, including the volume of transaction logs to process after the previous backup time, and the total number of databases recovering in the same region at the same time. The overall recovery time usually takes from few minutes up to a few hours.
107109

108110
If you've configured your server within a virtual network, you can restore to the same virtual network or to a different virtual network. However, you can't restore to public access. Similarly, if you configured your server with public access, you can't restore to private virtual network access.
@@ -113,7 +115,7 @@ If you've configured your server within a virtual network, you can restore to th
113115
>If you accidentally deleted your server, please reach out to support. In some cases, your server might be restored with or without data loss.
114116
115117

116-
## Geo-redundant backup and restore (preview)
118+
## Geo-redundant backup and restore
117119

118120
To enable geo-redundant backup from the **Compute + storage** pane in the Azure portal, see the [quickstart guide](./quickstart-create-server-portal.md).
119121

articles/postgresql/flexible-server/how-to-restore-server-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Restore Azure Database for PostgreSQL - Flexible Server with Azure CLI
3-
description: This article describes how to perform restore operations in Azure Database for PsotgreSQL through the Azure CLI.
3+
description: This article describes how to perform restore operations in Azure Database for PostgreSQL through the Azure CLI.
44
ms.service: postgresql
55
ms.subservice: flexible-server
66
ms.author: sunila

articles/postgresql/flexible-server/how-to-restore-server-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Follow these steps to restore your flexible server using an existing backup.
6262

6363
7. A notification will be shown that the restore operation has been initiated.
6464

65-
## Performing Geo-Restore (Preview)
65+
## Performing Geo-Restore
6666

6767
If your source server is configured with geo-redundant backup, you can restore the servers in a paired region. Please note that, for the first time restore, please wait at least 1 hour after the source server is created.
6868

0 commit comments

Comments
 (0)