Skip to content

Commit d9ce97a

Browse files
author
Mike Ray (Microsoft)
committed
Updates as recommended
1 parent 432d922 commit d9ce97a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-arc/data/restore-postgresql.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
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.
44
services: azure-arc
55
ms.service: azure-arc
66
ms.subservice: azure-arc-data-postgresql
77
author: dhanmm
88
ms.author: dhmahaja
99
ms.reviewer: mikeray
10-
ms.date: 11/03/2021
10+
ms.date: 03/13/2023
1111
ms.topic: how-to
1212
---
1313

@@ -23,7 +23,7 @@ Restore an Azure Arc-enabled PostgreSQL server to a new server with the `restore
2323
az postgres server-arc restore -n <destination-server-name> --source-server <source-server-name> --k8s-namespace <namespace> --use-k8s
2424
```
2525

26-
## Examples:
26+
## Examples
2727

2828
### Restore using latest backups
2929

@@ -41,7 +41,7 @@ Create a new Arc-enabled PostgreSQL server `pg02` by restoring `pg01` using the
4141
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
4242
```
4343

44-
## Restore to a specific point in time
44+
### Restore to a specific point in time
4545

4646
Create a new Arc-enabled PostgreSQL server `pg02` by restoring `pg01` to its state at `2023-02-01T00:00:00Z`:
4747
```azurecli
@@ -55,6 +55,7 @@ For details about all the parameters available for restore review the output of
5555
az postgres server-arc restore --help
5656
```
5757

58-
## Next steps:
58+
## Next steps
59+
5960
- [Configure automated backup - Azure Arc-enabled PostgreSQL servers](backup-restore-postgresql.md)
6061
- [Scaling up or down (increasing/decreasing memory/vcores)](scale-up-down-postgresql-server-using-cli.md) your server.

0 commit comments

Comments
 (0)