Skip to content

Commit 2e9b58f

Browse files
committed
updated backup and restore doc
1 parent 34582f5 commit 2e9b58f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/sql-data-warehouse/backup-and-restore.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Learn how to use backup and restore in Azure SQL Data Warehouse. Use data wareho
2020

2121
A *data warehouse snapshot* creates a restore point you can leverage to recover or copy your data warehouse to a previous state. Since SQL Data Warehouse is a distributed system, a data warehouse snapshot consists of many files that are located in Azure storage. Snapshots capture incremental changes from the data stored in your data warehouse.
2222

23-
A *data warehouse restore* is a new data warehouse that is created from a restore point of an existing or deleted data warehouse. Restoring your data warehouse is an essential part of any business continuity and disaster recovery strategy because it re-creates your data after accidental corruption or deletion. Data warehouse is also a powerful mechanism to create copies of your data warehouse for test or development purposes. SQL Data Warehouse restore rates can vary depending on the database size and location of the source and target data warehouse. On average within the same region, restore rates typically take around 20 minutes.
23+
A *data warehouse restore* is a new data warehouse that is created from a restore point of an existing or deleted data warehouse. Restoring your data warehouse is an essential part of any business continuity and disaster recovery strategy because it re-creates your data after accidental corruption or deletion. Data warehouse is also a powerful mechanism to create copies of your data warehouse for test or development purposes. SQL Data Warehouse restore rates can vary depending on the database size and location of the source and target data warehouse.
2424

2525
## Automatic Restore Points
2626

27-
Snapshots are a built-in feature of the service that creates restore points. You do not have to enable this capability. Automatic restore points currently cannot be deleted by users where the service uses these restore points to maintain SLAs for recovery.
27+
Snapshots are a built-in feature of the service that creates restore points. You do not have to enable this capability. However, the data warehouse should be in active state for restore point creation. If the data warehouse is paused frequently, automatic restore points may not be created so make sure to create user-defined restore point before pausing the data warehouse. Automatic restore points currently cannot be deleted by users as the service uses these restore points to maintain SLAs for recovery.
2828

2929
SQL Data Warehouse takes snapshots of your data warehouse throughout the day creating restore points that are available for seven days. This retention period cannot be changed. SQL Data Warehouse supports an eight-hour recovery point objective (RPO). You can restore your data warehouse in the primary region from any one of the snapshots taken in the past seven days.
3030

@@ -56,7 +56,7 @@ The following lists details for restore point retention periods:
5656

5757
### Snapshot retention when a data warehouse is dropped
5858

59-
When you drop a data warehouse, SQL Data Warehouse creates a final snapshot and saves it for seven days. You can restore the data warehouse to the final restore point created at deletion.
59+
When you drop a data warehouse, SQL Data Warehouse creates a final snapshot and saves it for seven days. You can restore the data warehouse to the final restore point created at deletion. If the data warehouse is dropped in Paused state, no snapshot is taken. In that scenario, make sure to create a user-defined restore point before dropping the data warehouse.
6060

6161
> [!IMPORTANT]
6262
> If you delete a logical SQL server instance, all databases that belong to the instance are also deleted and cannot be recovered. You cannot restore a deleted server.
@@ -65,8 +65,6 @@ When you drop a data warehouse, SQL Data Warehouse creates a final snapshot and
6565

6666
SQL Data Warehouse performs a geo-backup once per day to a [paired data center](../best-practices-availability-paired-regions.md). The RPO for a geo-restore is 24 hours. You can restore the geo-backup to a server in any other region where SQL Data Warehouse is supported. A geo-backup ensures you can restore data warehouse in case you cannot access the restore points in your primary region.
6767

68-
Geo-backups are on by default. If your data warehouse is Gen1, you can [opt out](/powershell/module/az.sql/set-azsqldatabasegeobackuppolicy) if you wish. You cannot opt out of geo-backups for Gen2 as data protection is a built-in guaranteed.
69-
7068
> [!NOTE]
7169
> If you require a shorter RPO for geo-backups, vote for this capability [here](https://feedback.azure.com/forums/307516-sql-data-warehouse). You can also create a user-defined restore point and restore from the newly created restore point to a new data warehouse in a different region. Once you have restored, you have the data warehouse online and can pause it indefinitely to save compute costs. The paused database incurs storage charges at the Azure Premium Storage rate. Should you need an active copy of the data warehouse, you can resume which should take only a few minutes.
7270
@@ -78,7 +76,7 @@ The total cost for your primary data warehouse and seven days of snapshot change
7876

7977
If you are using geo-redundant storage, you receive a separate storage charge. The geo-redundant storage is billed at the standard Read-Access Geographically Redundant Storage (RA-GRS) rate.
8078

81-
For more information about SQL Data Warehouse pricing, see [SQL Data Warehouse Pricing]. You are not charged for data egress when restoring across regions.
79+
For more information about SQL Data Warehouse pricing, see [SQL Data Warehouse Pricing](https://azure.microsoft.com/pricing/details/sql-data-warehouse/gen2/). You are not charged for data egress when restoring across regions.
8280

8381
## Restoring from restore points
8482

0 commit comments

Comments
 (0)