We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50facb7 + 72bc8d5 commit 1b2ea96Copy full SHA for 1b2ea96
articles/postgresql/flexible-server/how-to-restore-server-cli.md
@@ -57,10 +57,10 @@ az postgres flexible-server restore --restore-time
57
Restore a server from this ```2021-03-03T13:10:00Z``` backup snapshot.
58
59
```azurecli
60
-az postgres server restore \
+az postgres flexible-server restore \
61
--name mydemoserver-restored \
62
--resource-group myresourcegroup \
63
---restore-point-in-time "2021-05-05T13:10:00Z" \
+--restore-time "2021-05-05T13:10:00Z" \
64
--source-server mydemoserver
65
```
66
0 commit comments