Skip to content

Commit 5bba732

Browse files
authored
Merge pull request #183440 from kabharati/Pacific_1221
Update howto-restore-dropped-server.md
2 parents da511cb + af53e07 commit 5bba732

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/postgresql/howto-restore-dropped-server.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,19 @@ To restore a dropped Azure Database for PostgreSQL server, you need following:
5151
}
5252
```
5353

54-
For example, if the current time is 2020-11-02T23:59:59.0000000Z, we recommend a minimum of 15 minutes prior restore point in time 2020-11-02T23:44:59.0000000Z.
54+
For example, if the current time is 2020-11-02T23:59:59.0000000Z, we recommend a minimum of 15 minutes prior restore point in time 2020-11-02T23:44:59.0000000Z. Please see below example and ensure that you are changing three parameters (location,restorePointInTime,sourceServerId) as per your restore requirements.
55+
56+
```json
57+
{
58+
"location": "EastUS",
59+
"properties":
60+
{
61+
"restorePointInTime": "2020-11-02T23:44:59.0000000Z",
62+
"createMode": "PointInTimeRestore",
63+
"sourceServerId": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/SourceResourceGroup/providers/Microsoft.DBforPostgreSQL/servers/sourceserver"
64+
}
65+
}
66+
```
5567

5668
> [!Important]
5769
> There is a time limit of five days after the server was dropped. After five days, an error is expected since the backup file cannot be found.

0 commit comments

Comments
 (0)