You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-database-postgresql-flex-support-matrix.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,31 +15,31 @@ You can use [Azure Backup](./backup-overview.md) to protect Azure Database for P
15
15
16
16
## Supported regions
17
17
18
-
Azure Database for PostgreSQL - Flexible server backup is now available in all public regions.
18
+
Azure Database for PostgreSQL - Flexible server backup is generally available in the following regions: East Asia, Central India, Southeast Asia, UK South, and UK West. However, this feature is currently in preview for other regions.
19
19
20
20
## Support scenarios
21
21
22
22
Consider the following support scenarios when you back up Azure Database for PostgreSQL – Flexible Server:
23
23
24
-
- PostgreSQL Flexible Server backup data can be recovered in user specified storage containers that can be used to rebuild the PostgreSQL flexible server. You can restore this data as a new PostgreSQL - flexible server with the database native tools.
25
-
24
+
- Vaulted backup restores are only available as **Restore to Files** in user specified storage containers. You can restore this data as a new PostgreSQL - flexible server with the database native tools.
26
25
- Backups for the PostgreSQL server are supported when the Backup Vault is in the same or a different subscription as the database, provided they are within the same tenant and region. Restores are supported across regions (Azure Paired) and across subscriptions within the same tenant.
27
-
28
-
- Recommended limit for the maximum server size is 4 TB.
29
-
26
+
- For vaulted backups, entire server is backed up with all databases. Backup of specific databases isn't supported.
27
+
- Recommended limit for the maximum server size is **1 TB**. While backups can be attempted on server size exceeding 1 TB, which aren't officially supported, and the success of vaulted backups for such server can't be guaranteed.
30
28
- PostgreSQL - Flexible servers encrypted by Customer Managed Key are supported.
31
-
32
-
- Private endpoint-enabled Azure PostgreSQL flexible servers can be backed up by allowing trusted Microsoft services in the network settings.
33
-
34
-
- Backups for PGSQLFlex will exclude databases owned by `azuresu` or `azure_pg_admin`, including the native `postgres` database. As a result, databases with these owners cannot be backed up or restored.
35
-
29
+
- Private endpoint-enabled Azure Database for PostgreSQL - Flexible servers can be backed up by allowing trusted Microsoft services in the network settings.
30
+
- Backups for PostgreSQL Flexible servers exclude databases owned by `azuresu` or `azure_pg_admin`, including the native PostgreSQL database. So, databases with these owners can't be backed up or restored.
36
31
37
32
## Limitation
38
33
39
34
Azure Database for PostgreSQL – Flexible Server backups include the following limitations:
40
35
41
-
- Restoring backups directly to the flexible server isn't supported.
42
-
- Backing up individual databases isn't supported; only the entire server can be backed up.
36
+
- Vaulted backup doesn't support storage in archive tier.
37
+
- Vaulted backup isn't supported on replicas; backup can be configured only on primary servers.
38
+
- For restore operation, item level recovery (recovery of specific databases) isn't supported.
39
+
- Weekly backups are supported for only one day in the week on which backup is initiated.
40
+
- Vaulted backups don't support tables containing a row with **BYTEA length exceeding 500 MB**.
0 commit comments