Skip to content

Commit 29fb21d

Browse files
Merge pull request #245296 from kabharati/patch-103
Update how-to-restore-dropped-server.md
2 parents 8374861 + 8b65b30 commit 29fb21d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/postgresql/flexible-server/how-to-restore-dropped-server.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ When a server is dropped, the database server backup is retained for five days i
2222
To restore a dropped Azure Database for PostgreSQL Flexible server, you need
2323
- Azure Subscription name hosting the original server
2424
- Location where the server was created
25+
- Use the 2023-03-01-preview **api-version** version
2526

2627
## Steps to restore
2728

@@ -102,7 +103,10 @@ To restore a dropped Azure Database for PostgreSQL Flexible server, you need
102103
}
103104
}
104105
```
105-
106+
## Commom Errors
107+
108+
1. If you utilize the incorrect API version, you may experience restore failures or timeouts. Please use 2023-03-01-preview API to avoid such issues.
109+
2. To avoid potential DNS errors, it is recommended to use a different name when initiating the restore process, as some restore operations may fail with the same name.
106110

107111
## Next steps
108112

0 commit comments

Comments
 (0)