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
Copy file name to clipboardExpand all lines: articles/cosmos-db/postgresql/howto-restore-portal.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
7
7
ms.subservice: postgresql
8
8
ms.custom: ignite-2022, references_regions
9
9
ms.topic: how-to
10
-
ms.date: 01/21/2024
10
+
ms.date: 01/28/2024
11
11
---
12
12
13
13
# Backup and point-in-time restore of a cluster in Azure Cosmos DB for PostgreSQL
@@ -29,8 +29,8 @@ a custom restore point within your retention period.
29
29
Enabling geo-redundant backup is possible during cluster creation on the **Scale** screen that can be accessed on the **Basics** tab. Click the **Save** button to apply your selection.
30
30
31
31
> [!NOTE]
32
-
> Geo-redundant backup can be enabled only during cluster creation.
33
-
> You can't disable geo-redundant backup once cluster is created.
32
+
> Geo-redundant backup can be enabled only during cluster creation or cluster restore.
33
+
> You can't disable geo-redundant backup once cluster is created.
34
34
35
35
## Confirm type of backup
36
36
To check what type of backup is enabled on a cluster, follow these steps:
@@ -53,6 +53,8 @@ earliest existing backup.
53
53
54
54
1. If cluster has geo-redundant backup enabled, select remote or same region for restore in the **Location** field. On clusters with zone-redundant and locally redundant backup, location field isn't editable.
55
55
56
+
1. Set **Geo-redundant backup** checkbox for geo-redundant backup *for the restored cluster* to be stored [in another Azure region](./resources-regions.md).
57
+
56
58
1. Select **Next**.
57
59
58
60
1. (optional) Make data encryption selection for restored cluster on the **Encryption** tab.
@@ -74,6 +76,8 @@ and time of your choosing.
74
76
75
77
1. If cluster has geo-redundant backup enabled, select remote or same region for restore in the **Location** field. On clusters with zone-redundant and locally redundant backup, location field isn't editable.
76
78
79
+
1. Set **Geo-redundant backup** checkbox for geo-redundant backup *for the restored cluster* to be stored [in another Azure region](./resources-regions.md).
80
+
77
81
1. Select **Next**.
78
82
79
83
1. (optional) Make data encryption selection for restored cluster on the **Encryption** tab.
Copy file name to clipboardExpand all lines: articles/cosmos-db/postgresql/reference-limits.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: niklarin
6
6
ms.service: cosmos-db
7
7
ms.subservice: postgresql
8
8
ms.topic: conceptual
9
-
ms.date: 01/21/2024
9
+
ms.date: 01/28/2024
10
10
---
11
11
12
12
# Azure Cosmos DB for PostgreSQL limits and limitations
@@ -119,7 +119,6 @@ By default this database is called `citus`. Azure Cosmos DB for PostgreSQL suppo
119
119
### Geo-redundant backup and restore
120
120
* Geo-redundant backup can be enabled only during cluster creation.
121
121
* You can enable geo-redundant backup when you perform a [cluster restore](./howto-restore-portal.md).
122
-
* You can enable geo-redundant backup when you [promote a cluster read-replica to an independent cluster](./howto-read-replicas-portal.md#promote-a-read-replica).
123
122
* Geo-redundant backup can't be disabled once cluster is created.
124
123
* Geo-redundant backup can't be enabled on single node clusters with [burstable compute](./concepts-burstable-compute.md).
125
124
*[Customer managed key (CMK)](./concepts-customer-managed-keys.md) isn't supported for clusters with geo-redundant backup enabled.
0 commit comments