File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Restore Azure Arc-enabled PostgreSQL server
3
- description : Explains how to restore for Restore Azure Arc-enabled PostgreSQL server. You can restore to a point-in-time or restore a whole server.
3
+ description : Explains how to restore Arc-enabled PostgreSQL server. You can restore to a point-in-time or restore a whole server.
4
4
services : azure-arc
5
5
ms.service : azure-arc
6
6
ms.subservice : azure-arc-data-postgresql
7
7
author : dhanmm
8
8
ms.author : dhmahaja
9
9
ms.reviewer : mikeray
10
- ms.date : 11/ 03/2021
10
+ ms.date : 03/13/2023
11
11
ms.topic : how-to
12
12
---
13
13
@@ -23,7 +23,7 @@ Restore an Azure Arc-enabled PostgreSQL server to a new server with the `restore
23
23
az postgres server-arc restore -n <destination-server-name> --source-server <source-server-name> --k8s-namespace <namespace> --use-k8s
24
24
```
25
25
26
- ## Examples:
26
+ ## Examples
27
27
28
28
### Restore using latest backups
29
29
@@ -41,7 +41,7 @@ Create a new Arc-enabled PostgreSQL server `pg02` by restoring `pg01` using the
41
41
az postgres server-arc restore -n pg02 --source-server pg01 --k8s-namespace arc --storage-class-data azurefile-csi-premium --volume-size-data 10Gi --storage-class-logs azurefile-csi-premium --volume-size-logs 2Gi--use-k8s --storage-class-backups azurefile-csi-premium --volume-size-backups 15Gi
42
42
```
43
43
44
- ## Restore to a specific point in time
44
+ ### Restore to a specific point in time
45
45
46
46
Create a new Arc-enabled PostgreSQL server ` pg02 ` by restoring ` pg01 ` to its state at ` 2023-02-01T00:00:00Z ` :
47
47
``` azurecli
@@ -55,6 +55,7 @@ For details about all the parameters available for restore review the output of
55
55
az postgres server-arc restore --help
56
56
```
57
57
58
- ## Next steps:
58
+ ## Next steps
59
+
59
60
- [ Configure automated backup - Azure Arc-enabled PostgreSQL servers] ( backup-restore-postgresql.md )
60
61
- [ Scaling up or down (increasing/decreasing memory/vcores)] ( scale-up-down-postgresql-server-using-cli.md ) your server.
You can’t perform that action at this time.
0 commit comments