You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A restore operation can result in a deployment failure based on a "RequestTimeout" exception.
203
+

204
+
This timeout can be ignored. Review the dedicated SQL pool blade in the portal and it may still have status of "Restoring" and eventually will transition to "Online".
205
+

Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql-data-warehouse/backup-and-restore.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: Backup and restore - snapshots, geo-redundant
3
3
description: Learn how backup and restore works in Azure Synapse Analytics dedicated SQL pool. Use backups to restore your data warehouse to a restore point in the primary region. Use geo-redundant backups to restore to a different geographical region.
4
-
author: joannapea
5
-
manager: craigg
4
+
author: realAngryAnalytics
5
+
manager: joannapea
6
6
ms.service: synapse-analytics
7
7
ms.topic: conceptual
8
8
ms.subservice: sql-dw
9
-
ms.date: 11/13/2020
10
-
ms.author: joanpo
11
-
ms.reviewer: igorstan
9
+
ms.date: 05/04/2022
10
+
ms.author: stevehow
11
+
ms.reviewer: joanpo
12
12
ms.custom: seo-lt-2019"
13
13
---
14
14
@@ -58,9 +58,6 @@ The following lists details for restore point retention periods:
58
58
59
59
When you drop a dedicated SQL pool, a final snapshot is created and saved for seven days. You can restore the dedicated SQL pool to the final restore point created at deletion. If the dedicated SQL pool is dropped in a paused state, no snapshot is taken. In that scenario, make sure to create a user-defined restore point before dropping the dedicated SQL pool.
60
60
61
-
> [!IMPORTANT]
62
-
> If you delete the server/workspace hosting a dedicated SQL pool, all databases that belong to the server/workspace are also deleted and cannot be recovered. You cannot restore a deleted server.
63
-
64
61
## Geo-backups and disaster recovery
65
62
66
63
A geo-backup is created once per day to a [paired data center](../../availability-zones/cross-region-replication-azure.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json). The RPO for a geo-restore is 24 hours. You can restore the geo-backup to a server in any other region where dedicated SQL pool is supported. A geo-backup ensures you can restore data warehouse in case you cannot access the restore points in your primary region.
@@ -94,11 +91,11 @@ You can either keep the restored data warehouse and the current one, or delete o
94
91
95
92
To restore a data warehouse, see [Restore a dedicated SQL pool](sql-data-warehouse-restore-points.md#create-user-defined-restore-points-through-the-azure-portal).
96
93
97
-
To restore a deleted or paused data warehouse, you can [create a support ticket](sql-data-warehouse-get-started-create-support-ticket.md).
94
+
To restore a deleted data warehouse, see [Restore a deleted database](sql-data-warehouse-restore-deleted-dw.md), or if the entire server was deleted, see [Restore a data warehouse from a deleted server](sql-data-warehouse-restore-from-deleted-server.md).
98
95
99
96
## Cross subscription restore
100
97
101
-
If you need to directly restore across subscription, vote for this capability [here](https://feedback.azure.com/d365community/idea/dea9ea22-0a25-ec11-b6e6-000d3a4f07b8). Restore to a different server and ['Move'](../../azure-resource-manager/management/move-resource-group-and-subscription.md?toc=/azure/synapse-analytics/sql-data-warehouse/toc.json&bc=/azure/synapse-analytics/sql-data-warehouse/breadcrumb/toc.json) the server across subscriptions to perform a cross subscription restore.
98
+
You can perform a cross-subscription restore by follow the guidance [here](sql-data-warehouse-restore-active-paused-dw.md#restore-an-existing-dedicated-sql-pool-formerly-sql-dw-to-a-different-subscription-through-powershell).
102
99
103
100
## Geo-redundant restore
104
101
@@ -107,6 +104,10 @@ You can [restore your dedicated SQL pool](sql-data-warehouse-restore-from-geo-ba
107
104
> [!NOTE]
108
105
> To perform a geo-redundant restore you must not have opted out of this feature.
109
106
107
+
## Support Process
108
+
109
+
You can [submit a support ticket](sql-data-warehouse-get-started-create-support-ticket.md) through the Azure portal for Azure Synapse Analytics.
110
+
110
111
## Next steps
111
112
112
113
For more information about restore points, see [User-defined restore points](sql-data-warehouse-restore-points.md)
0 commit comments